canonical / sphinx-docs-starter-pack

A documentation starter-pack
https://canonical-starter-pack.readthedocs-hosted.com/
10 stars 30 forks source link

Integrate Vale into the starter pack using the existing Makefile #221

Closed SecondSkoll closed 2 months ago

SecondSkoll commented 2 months ago

Adds three Vale related commands to the Makefile Adds Vale as a standard required package in build_requirements.py Adds get_vale.py to clone the Vale repo into the directory

vale-get installs Vale vale-run runs Vale against a target (default index.rst) vale-clean removes Vale related files