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 fd06c2e commit abe0fd5Copy full SHA for abe0fd5
docs/conf.py
@@ -17,6 +17,9 @@
17
import os
18
import shlex
19
20
+import seaborn
21
+clear_bkgd = {'axes.facecolor':'none', 'figure.facecolor':'none'}
22
+seaborn.set(style='ticks', context='talk', color_codes=True, rc=clear_bkgd)
23
24
# If extensions (or modules to document with autodoc) are in another directory,
25
# add these directories to sys.path here. If the directory is relative to the
@@ -60,6 +63,12 @@
60
63
# source_suffix = ['.rst', '.md']
61
64
source_suffix = '.rst'
62
65
66
+# Include the example source for plots in API docs
67
+plot_include_source = True
68
+plot_formats = [("png", 150)]
69
+plot_html_show_formats = False
70
+plot_html_show_source_link = False
71
+
72
# The encoding of source files.
73
#source_encoding = 'utf-8-sig'
74
0 commit comments