Skip to content

Commit 7f43913

Browse files
committed
Configure sphinx to display matplotlib plots
1 parent 76702a0 commit 7f43913

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
matplotlib
12
sphinx
23
sphinxcontrib-googleanalytics
34
-e git://github.com/snide/sphinx_rtd_theme.git#egg=sphinx_rtd_theme

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'sphinx.ext.mathjax',
4545
'sphinx.ext.napoleon',
4646
'sphinx.ext.viewcode',
47+
'matplotlib.sphinxext.plot_directive',
4748
'sphinxcontrib.googleanalytics',
4849
]
4950

0 commit comments

Comments
 (0)