Skip to content

Commit

Permalink
Upgrade Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Oct 18, 2024
1 parent 3ee19ba commit 3ef884e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.intersphinx',
'sphinxcontrib.asyncio',
]

add_module_names = False
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ test = [
'mypy~=1.8.0',
]
docs = [
'Sphinx~=5.3.0',
'sphinxcontrib-asyncio~=0.3.0',
'Sphinx~=8.1.3',
'sphinx_rtd_theme>=1.2.2',
]

Expand Down

0 comments on commit 3ef884e

Please sign in to comment.