Skip to content

Documentation for v4.6.1 #877

Answered by miguelgrinberg
devpythonk asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not building documentation for older releases. You can build it locally. First install sphinx in your virtualenv:

pip install sphinx

Then build the docs as follows:

cd docs
make html

The above requires make to be installed on your system. After the command ends, you can open the documentation in the _build/html/index.html under docs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by devpythonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants