Skip to content

Commit

Permalink
Update doc requirements (networkx#7435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored May 1, 2024
1 parent d141688 commit 655f465
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ developer = [
'rtoml',
]
doc = [
'sphinx>=7',
'pydata-sphinx-theme>=0.14',
'sphinx-gallery>=0.14',
'sphinx>=7.3',
'pydata-sphinx-theme>=0.15',
'sphinx-gallery>=0.16',
'numpydoc>=1.7',
'pillow>=9.4',
'texext>=0.6.7',
'myst-nb>=1.0',
'myst-nb>=1.1',
]
extra = [
'lxml>=4.6',
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
sphinx>=7
pydata-sphinx-theme>=0.14
sphinx-gallery>=0.14
sphinx>=7.3
pydata-sphinx-theme>=0.15
sphinx-gallery>=0.16
numpydoc>=1.7
pillow>=9.4
texext>=0.6.7
myst-nb>=1.0
myst-nb>=1.1

0 comments on commit 655f465

Please sign in to comment.