diff options
author | rebortg <github@ghlr.de> | 2024-01-14 21:34:52 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-01-14 21:37:48 +0100 |
commit | f4d7a546d49c909dafc416a829f96b590ce5fb14 (patch) | |
tree | d675a6f268ad02fd9e0839e2e2ec8b075c9b5b5a /requirements.txt | |
parent | 67f7a270b3cc6bb687cc75685b0e56d4eece3613 (diff) | |
download | vyos-documentation-f4d7a546d49c909dafc416a829f96b590ce5fb14.tar.gz vyos-documentation-f4d7a546d49c909dafc416a829f96b590ce5fb14.zip |
update sphinx and dependencies
(cherry picked from commit bcef0f76c56dc715aaa05fe21943f013619827af)
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 50126c4c..0a846a72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -urllib3==1.26.15 -Sphinx==4.5.0 -sphinx-rtd-theme==1.0.0 +urllib3==2.1.0 +Sphinx==7.2.6 +sphinx-rtd-theme==2.0.0 sphinx-autobuild==2021.3.14 -sphinx-notfound-page==0.8 -lxml==4.9.1 -myst-parser==0.17.1 -sphinx-panels==0.6.0 +sphinx-notfound-page==1.0.0 +lxml==5.1.0 +myst-parser==2.0.0 +sphinx_design==0.5.0 |