26 lines
615 B
Text
26 lines
615 B
Text
Building the doc locally
|
|
============================
|
|
|
|
install
|
|
---------
|
|
|
|
First, install a python virtual environment::
|
|
|
|
python -m venv .venv
|
|
source .venv/bin/activate
|
|
|
|
Then install the sphinx libraries::
|
|
|
|
./.venv/bin/pip3 install sphinx
|
|
./.venv/bin/pip3 install sphinx_rtd_theme
|
|
./.venv/bin/pip3 install sphinx_lesson
|
|
./.venv/bin/pip3 install httpx
|
|
|
|
|
|
The generatef html output is located in the `docs/build/html` subfolder,
|
|
you can modify the target or the output type in the :file:`docs/Makefile`.
|
|
|
|
scraps
|
|
---------
|
|
|
|
`variable <https://en.wikipedia.org/wiki/Variable_(computer_science)>`_
|