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 76702a0 commit 7f43913Copy full SHA for 7f43913
docs/requirements.txt
@@ -1,3 +1,4 @@
1
+matplotlib
2
sphinx
3
sphinxcontrib-googleanalytics
4
-e git://github.com/snide/sphinx_rtd_theme.git#egg=sphinx_rtd_theme
docs/source/conf.py
@@ -44,6 +44,7 @@
44
'sphinx.ext.mathjax',
45
'sphinx.ext.napoleon',
46
'sphinx.ext.viewcode',
47
+ 'matplotlib.sphinxext.plot_directive',
48
'sphinxcontrib.googleanalytics',
49
]
50
0 commit comments