mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
explicitly load sphinx_rtd_theme module.
This commit is contained in:
parent
f15fcff5d4
commit
80738b914b
2 changed files with 4 additions and 3 deletions
|
@ -30,6 +30,6 @@ sphinx:
|
||||||
# Optional but recommended, declare the Python requirements required
|
# Optional but recommended, declare the Python requirements required
|
||||||
# to build your documentation
|
# to build your documentation
|
||||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
# python:
|
python:
|
||||||
# install:
|
install:
|
||||||
# - requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
1
docs/requirements.txt
Normal file
1
docs/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sphinx-rtd-theme
|
Loading…
Reference in a new issue