Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

README_building_docs.md

File metadata and controls

14 lines (9 loc) · 308 Bytes

Documentation building: Read the docs

sphinx-quickstart ## in /docs

sphinx-apidoc -o docs/source src/sciduck/

make clean ## in /docs

make html ## in /docs

Package building: hatchling

Bump version of package then:

hatch build .

hatch publish -u __token__ -a $SCIDUCK_PACKAGE_TOKEN