Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f
Browse files Browse the repository at this point in the history
Teque5 committed Jan 15, 2025

Unverified

The email in this signature doesn’t match the committer email.
1 parent e9fac54 commit dbb3ddc
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
# pinned 2025-01-15
sphinx==8.1.3
sphinx-rtd-theme==3.0.2
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@
# -- General configuration

extensions = [
"sphinx.ext.duration",
"sphinx.ext.doctest",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinx.ext.duration",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon", # allows numpy-style docstrings
]

0 comments on commit dbb3ddc

Please sign in to comment.