We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f9546 commit 0d675aeCopy full SHA for 0d675ae
doc/source/conf.py
@@ -32,8 +32,8 @@
32
# ones.
33
extensions = [
34
'sphinx.ext.autodoc',
35
- 'numpydoc',
36
- 'sphinx.ext.imgmath',
+ 'numpydoc',
+ 'sphinx.ext.imgmath',
37
]
38
39
# Add any paths that contain templates here, relative to this directory.
@@ -67,5 +67,5 @@
67
html_favicon = "_static/numpy_financial_favicon.png"
68
69
html_sidebars = {
70
- '**': ['globaltoc.html', 'searchbox.html'],
+ '**': ['globaltoc.html', 'searchbox.html'],
71
}
0 commit comments