Skip to content

Commit

Permalink
Try bumping versions for improved performance
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Jun 11, 2023
1 parent 3d1e2c4 commit 2f88dc5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
8 changes: 2 additions & 6 deletions doc/requirements.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
sphinx==4.5.0
sphinx
exhale
sphinx-rtd-theme
coverxygen
breathe
myst-parser==0.18.1
# @mmore500 2021-10
# docutils 0.18.0 crashes docs build due to exception
# AttributeError: 'Values' object has no attribute 'section_self_link'
docutils
myst-parser
38 changes: 14 additions & 24 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,30 @@ alabaster==0.7.13
# via sphinx
babel==2.12.1
# via sphinx
beautifulsoup4==4.11.2
beautifulsoup4==4.12.2
# via exhale
breathe==4.35.0
# via
# -r requirements.in
# exhale
certifi==2022.12.7
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
coverxygen==1.7.0
# via -r requirements.in
docutils==0.17.1
docutils==0.19
# via
# -r requirements.in
# breathe
# exhale
# myst-parser
# sphinx
# sphinx-rtd-theme
exhale==0.3.6
exhale==0.2.4
# via -r requirements.in
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
importlib-metadata==6.6.0
# via sphinx
jinja2==3.1.2
# via
Expand All @@ -46,57 +43,50 @@ markdown-it-py==2.2.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==0.18.1
myst-parser==1.0.0
# via -r requirements.in
packaging==23.0
packaging==23.1
# via sphinx
pygments==2.14.0
pygments==2.15.1
# via sphinx
pyyaml==6.0
# via myst-parser
requests==2.28.2
requests==2.31.0
# via sphinx
six==1.16.0
# via exhale
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4
soupsieve==2.4.1
# via beautifulsoup4
sphinx==4.5.0
sphinx==6.2.1
# via
# -r requirements.in
# breathe
# exhale
# myst-parser
# sphinx-rtd-theme
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==0.5.1
# via -r requirements.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jquery==2.0.0
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
# via myst-parser
urllib3==1.26.14
urllib3==2.0.3
# via requests
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 2f88dc5

Please sign in to comment.