Skip to content

Commit ca19be4

Browse files
committed
fixup! ➖ Switch from numpydocnapoleon
1 parent 76fb973 commit ca19be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_sources/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ def yaml_to_rst(path):
145145
'sphinx.ext.ifconfig',
146146
'sphinx.ext.intersphinx',
147147
'sphinx.ext.mathjax',
148+
'sphinx.ext.napoleon',
148149
'sphinx.ext.viewcode',
149150
'sphinxcontrib.programoutput',
150151
'exec',
151-
'nbsphinx',
152-
'napoleon']
152+
'nbsphinx']
153153

154154
bibtex_bibfiles = [f'references/{bib}' for bib in os.listdir('references') if
155155
bib.endswith('.bib')]

0 commit comments

Comments
 (0)