We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e922e6 commit 1b1bb49Copy full SHA for 1b1bb49
doc/conf.py
@@ -15,7 +15,7 @@
15
16
import mock
17
18
-MOCK_MODULES = ["matplotlib", "pipdate"]
+MOCK_MODULES = ["matplotlib"]
19
for mod_name in MOCK_MODULES:
20
sys.modules[mod_name] = mock.Mock()
21
@@ -33,7 +33,7 @@
33
"sphinx.ext.doctest",
34
"sphinx.ext.todo",
35
"sphinx.ext.coverage",
36
- "sphinx.ext.pngmath",
+ "sphinx.ext.imgmath",
37
]
38
39
# Add any paths that contain templates here, relative to this directory.
@@ -50,7 +50,7 @@
50
51
# General information about the project.
52
project = u"tikzplotlib"
53
-copyright = u"2010-2018, Nico Schlömer"
+copyright = u"2010-2019, Nico Schlömer"
54
55
# The version info for the project you're documenting, acts as replacement for
56
# |version| and |release|, also used in various other places throughout the
0 commit comments