docs(sphinx-extension): sphinxnotes
This commit is contained in:
parent
a923f496a0
commit
5c415fcac6
2 changed files with 2 additions and 5 deletions
|
|
@ -11,11 +11,7 @@ First, install a python virtual environment::
|
|||
|
||||
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 sphinxnotes
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
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`.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
sphinx
|
||||
sphinx-lesson
|
||||
sphinxnotes-strike
|
||||
|
|
|
|||
Loading…
Reference in a new issue