diff options
author | rebortg <github@ghlr.de> | 2022-04-01 11:57:21 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-04-01 14:21:41 +0200 |
commit | 94a506ca409e6f293db929d339ac2cb20cdf5fd0 (patch) | |
tree | 39ed35f54c17e23780e9be58a5a68638118393e2 /requirements.txt | |
parent | 58beb33d4fd36456a1057d111fd764842c358474 (diff) | |
download | vyos-documentation-94a506ca409e6f293db929d339ac2cb20cdf5fd0.tar.gz vyos-documentation-94a506ca409e6f293db929d339ac2cb20cdf5fd0.zip |
cleanup requirements.txt
(cherry picked from commit fc5022b17adf7ba23ea0c7bfbacca16c59a0cdd3)
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 |