Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sphinx and related versions #368

Merged
merged 1 commit into from
Aug 27, 2024
Merged
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
22 changes: 14 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
sphinx
sphinx_rtd_theme
sphinx_copybutton
sphinx_minipres
sphinx_tabs
sphinx_togglebutton>=0.2.0
sphinx-autobuild

sphinx==7.1.2
sphinx_rtd_theme==2.0.0
sphinx_copybutton==0.5.2
sphinx_minipres==0.2.1
sphinx_tabs==3.4.5

sphinx_togglebutton==0.3.2
# Transitive dependency of togglebutton causing:
# https://security.snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
setuptools==70.0.0

sphinx-autobuild==2021.3.14
myst_nb>0.8.3
sphinx_rtd_theme_ext_color_contrast
sphinx_rtd_theme_ext_color_contrast==0.3.2
Loading