diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index de195af2..517e60ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -Sphinx>=1.4.3 -sphinx-rtd-theme -setuptools -docutils -lxml -sphinx-notfound-page -docutils<0.18
\ No newline at end of file +Sphinx==4.5.0 +sphinx-rtd-theme==1.0.0 +sphinx-autobuild==2021.3.14 +sphinx-notfound-page==0.8 +lxml==4.8.0 +myst-parser==0.17.0 +sphinx-panels==0.6.0
\ No newline at end of file |