Skip to content
Snippets Groups Projects
Commit 22b9a33a authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

avoid using tkinter with matplotlib for sphinx autodoc

parent a37156c4
No related branches found
No related tags found
1 merge request!13Master
Pipeline #28388 passed
......@@ -18,6 +18,10 @@
import os
import sys
import matplotlib
# avoid using tkinter with matplotlib
matplotlib.use('agg')
sys.path.insert(0, os.path.abspath('../..'))
import django
os.environ['DJANGO_SETTINGS_MODULE'] = 'ippisite.settings'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment