Skip to content

Commit

Permalink
Add tox environments to setup.cfg, fix napoleon import (#3392)
Browse files Browse the repository at this point in the history
* add tox environments to setup.cfg

* Using sphinx.ext.napoleon instead of sphinxcontrib.napoleon in conf.py

* roll back changes to setup.cfg

---------

Co-authored-by: Michael Penkov <m@penkov.dev>
  • Loading branch information
sezanzeb and mpenkov authored May 14, 2023
1 parent bd22879 commit 7dadd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
'sphinx.ext.imgmath',
'sphinxcontrib.programoutput',
'sphinx_gallery.gen_gallery',
Expand Down

0 comments on commit 7dadd70

Please sign in to comment.