diff options
author | rebortg <github@ghlr.de> | 2024-01-14 21:34:52 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-01-14 21:34:52 +0100 |
commit | bcef0f76c56dc715aaa05fe21943f013619827af (patch) | |
tree | ee4cb03d63a8871f1eeeedf2a05718a625606a4f /requirements.txt | |
parent | a45a98349ca83a97688fa9d0bc0b68f0ad9078f4 (diff) | |
download | vyos-documentation-bcef0f76c56dc715aaa05fe21943f013619827af.tar.gz vyos-documentation-bcef0f76c56dc715aaa05fe21943f013619827af.zip |
update sphinx and dependencies
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 |