Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions Documentation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
## Auto-generated from requirements-min/requirements.txt with "make update-requirements"
Sphinx==7.1.2
Sphinx==7.4.7
sphinx-autobuild==2021.3.14

# Custom theme, forked from Read the Docs
sphinx-rtd-theme-cilium @ git+https://github.com/cilium/sphinx_rtd_theme.git@5e45810d0af338f8a7a6337b0377412ddf973dbc
# We use semver to parse Cilium's version in the config file
semver==3.0.1
semver==3.0.4
# Sphinx extensions
myst-parser==2.0.0
sphinx-tabs==3.4.1
sphinx-tabs==3.4.7
sphinx-version-warning==1.1.2
sphinxcontrib-googleanalytics==0.4
sphinxcontrib-openapi==0.8.1
sphinxcontrib-spelling==8.0.0
sphinxcontrib-websupport==1.2.4
sphinxcontrib-googleanalytics==0.5
sphinxcontrib-openapi==0.8.4
sphinxcontrib-spelling==8.0.1
sphinxcontrib-websupport==1.2.7
sphinxext-rediraffe==0.2.7
# Linters
rstcheck==6.2.0
yamllint==1.32.0
rstcheck==6.2.5
yamllint==1.37.1
## The following requirements were added by pip freeze:
alabaster==0.7.13
annotated-types==0.5.0
attrs==23.1.0
Babel==2.12.1
certifi==2024.7.4
charset-normalizer==3.2.0
click==8.1.7
alabaster==0.7.16
annotated-types==0.7.0
attrs==23.2.0
Babel==2.17.0
certifi==2024.12.14
charset-normalizer==3.4.4
click==8.1.8
colorama==0.4.6
deepmerge==1.1.0
docutils==0.18.1
idna==3.7
deepmerge==1.1.1
docutils==0.22.4
idna==3.11
imagesize==1.4.1
Jinja2==3.1.6
jsonschema==4.19.0
jsonschema-specifications==2023.7.1
livereload==2.6.3
jsonschema==4.19.2
jsonschema-specifications==2023.12.1
livereload==2.7.1
markdown-it-py==3.0.0
MarkupSafe==2.1.3
mdit-py-plugins==0.4.0
MarkupSafe==2.1.5
mdit-py-plugins==0.4.2
mdurl==0.1.2
mistune==2.0.5
packaging==23.1
pathspec==0.11.2
packaging==23.2
pathspec==0.12.1
picobox==3.0.0
pydantic==2.7.1
pydantic_core==2.18.2
pydantic==2.7.4
pydantic_core==2.18.4
pyenchant==3.2.2
Pygments==2.16.1
PyYAML==6.0.1
referencing==0.30.2
requests==2.32.4
rich==13.5.2
rpds-py==0.10.3
rstcheck-core==1.1.1
shellingham==1.5.3
six==1.16.0
Pygments==2.19.2
PyYAML==6.0.3
referencing==0.37.0
requests==2.32.5
rich==13.5.3
rpds-py==0.10.6
rstcheck-core==1.2.2
shellingham==1.5.4
six==1.17.0
snowballstemmer==2.2.0
sphinx_mdinclude==0.5.3
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinx_mdinclude==0.5.4
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tornado==6.5
typer==0.9.0
typing_extensions==4.7.1
urllib3==2.5.0
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-serializinghtml==1.1.10
tornado==6.5.4
typer==0.9.4
typing_extensions==4.15.0
urllib3==2.6.2
Loading