We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Makefile
make docs-serve
The text was updated successfully, but these errors were encountered:
I agree that some online option would be a benefit.
As a note, docs can be built with the tox target tox -e docs
tox -e docs
Sorry, something went wrong.
sphinx-autobuild is very handy, we have a make htmllive using it for the devguide, CPython docs and PEPs repos. For example:
make htmllive
https://github.com/python/devguide/blob/main/Makefile
Merge branch 'main' into #364-docs-previews
3d875db
89de35d
d649d94
JacobCoffee
Successfully merging a pull request may close this issue.
When needing to work on docs, I find the following a little cumbersome
It would be nice to have
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 goingThe text was updated successfully, but these errors were encountered: