Open
Description
When needing to work on docs, I find the following a little cumbersome
psf-salt$ cd docs
psf-salt/docs$ make html && python -m http.server
It would be nice to have
- hot-reloading (sphinx-autobuild?)
- A
Makefile
target in the root of the repo so that we could just runmake docs-serve
or something to only need a oneshot command to get going