This is a very useful template I used for creating documentation using python sphinx.
You only need to install python and install pipenv as the initial requirements.
-
Install python and
pip -
Then use
pipto installpipenvpip install pipenv --user -
Additionally, install GNU make on your host machine
Once these two are install. To build the document you need to run the following commands
-
Install the python packages and start a python virtual environment:
pipenv install pipenv shell
-
then build the document: open a terminal at the root folder of the document and then type the following command to build a live document
make livehtml
For more information, see the file
- :doc:`index`