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 7ca1bc9 commit e32e363Copy full SHA for e32e363
doc/conf.py
@@ -26,6 +26,8 @@
26
# project root
27
sys.path.insert(0, os.path.abspath('..'))
28
29
+os.environ['MPLBACKEND'] = 'Agg' # avoid tkinter import errors on rtfd.io
30
+
31
# -- General configuration ---------------------------------------------------
32
33
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments