Skip to content

Commit

Permalink
don't import mpl in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Feb 27, 2023
1 parent e141698 commit 554b9e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import sys
import os
import matplotlib

# import matplotlib
import mock

sys.path.insert(0, os.path.abspath("../.."))
matplotlib.use("Agg")
# matplotlib.use("Agg")
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
Expand Down

0 comments on commit 554b9e7

Please sign in to comment.