doc: Fix sphinx version
This commit is contained in:
parent
7972c20fe9
commit
eaa3ba5f83
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,3 +13,5 @@
|
|||||||
|
|
||||||
polybar-*.tar
|
polybar-*.tar
|
||||||
*.cache
|
*.cache
|
||||||
|
|
||||||
|
.venv
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# Installing these packages is only really needed on readthedocs, building
|
||||||
|
# locally works as long as sphinx is installed.
|
||||||
|
# For local development, you may want to install some of these though.
|
||||||
|
sphinx~=7.2.6
|
||||||
sphinx-rtd-theme~=1.3.0
|
sphinx-rtd-theme~=1.3.0
|
||||||
sphinx-notfound-page~=1.0.0
|
sphinx-notfound-page~=1.0.0
|
||||||
readthedocs-sphinx-search~=0.3.1
|
readthedocs-sphinx-search~=0.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user