Skip to content

Commit

Permalink
Merge pull request #307 from nschloe/doc
Browse files Browse the repository at this point in the history
make docs work
  • Loading branch information
nschloe committed Jul 4, 2019
2 parents 1e922e6 + 1b1bb49 commit 33027dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import mock

MOCK_MODULES = ["matplotlib", "pipdate"]
MOCK_MODULES = ["matplotlib"]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand All @@ -33,7 +33,7 @@
"sphinx.ext.doctest",
"sphinx.ext.todo",
"sphinx.ext.coverage",
"sphinx.ext.pngmath",
"sphinx.ext.imgmath",
]

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

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

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

0 comments on commit 33027dc

Please sign in to comment.