canonical / sphinx-docs-starter-pack

A documentation starter-pack
https://canonical-starter-pack.readthedocs-hosted.com/
Other
16 stars 43 forks source link

fix: test operations #285

Closed SecondSkoll closed 2 months ago

SecondSkoll commented 2 months ago

Previous dependency declaration format is functional, but egg fragments are not recommended for anything save for the bare project name. Now that canonical-sphinx has changed to provide a minimal install and the full version requires the [full] option, this change is required.

Fix init script logic. If init script is run, it is assumed to be a new repository - and there will always be RST and MD index files. This causes a conflict.

Adds ignores for new default build directory.

SecondSkoll commented 2 months ago

Why on earth do we have tests on PR that use the init script if the init script clones from the repo?