delete httpx requirement

This commit is contained in:
gwen 2024-10-16 13:25:30 +02:00
parent 19ecc56316
commit 45b9a5495e

View file

@ -14,7 +14,6 @@ Then install the sphinx libraries::
./.venv/bin/pip3 install sphinx ./.venv/bin/pip3 install sphinx
./.venv/bin/pip3 install sphinx_rtd_theme ./.venv/bin/pip3 install sphinx_rtd_theme
./.venv/bin/pip3 install sphinx_lesson ./.venv/bin/pip3 install sphinx_lesson
./.venv/bin/pip3 install httpx
The generatef html output is located in the `docs/build/html` subfolder, The generatef html output is located in the `docs/build/html` subfolder,