Skip to content

Commit 1b1bb49

Browse files
committed
make docs work
1 parent 1e922e6 commit 1b1bb49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import mock
1717

18-
MOCK_MODULES = ["matplotlib", "pipdate"]
18+
MOCK_MODULES = ["matplotlib"]
1919
for mod_name in MOCK_MODULES:
2020
sys.modules[mod_name] = mock.Mock()
2121

@@ -33,7 +33,7 @@
3333
"sphinx.ext.doctest",
3434
"sphinx.ext.todo",
3535
"sphinx.ext.coverage",
36-
"sphinx.ext.pngmath",
36+
"sphinx.ext.imgmath",
3737
]
3838

3939
# Add any paths that contain templates here, relative to this directory.
@@ -50,7 +50,7 @@
5050

5151
# General information about the project.
5252
project = u"tikzplotlib"
53-
copyright = u"2010-2018, Nico Schlömer"
53+
copyright = u"2010-2019, Nico Schlömer"
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)