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
18 changes: 9 additions & 9 deletions Documentation/requirements-min/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
sphinx==7.1.2
sphinx==7.4.7
sphinx-autobuild==2021.3.14

# Custom theme, forked from Read the Docs
git+https://github.com/cilium/sphinx_rtd_theme.git@cilium/rebase-2023-09#egg=sphinx-rtd-theme-cilium

# 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
Loading