Skip to content

Commit

Permalink
use newer napoleon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer Bot committed Apr 8, 2024
1 parent 8721fd4 commit cd8890c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nbsphinx",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx", # links to other Sphinx projects (e.g. NumPy)
"sphinxcontrib.napoleon",
"sphinx.ext.napoleon",
"sphinx_last_updated_by_git", # get "last updated" from Git
]

Expand Down
7 changes: 3 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nbsphinx >= 0.8
sphinxcontrib-napoleon >= 0.7
sphinx_rtd_theme >= 0.3
nbsphinx >= 0.9
sphinx_rtd_theme >= 2.0
sphinx-last-updated-by-git >= 0.3
matplotlib >= 3.4
matplotlib >= 3.8

0 comments on commit cd8890c

Please sign in to comment.