File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616import mock
1717
18- MOCK_MODULES = ["matplotlib" , "pipdate" ]
18+ MOCK_MODULES = ["matplotlib" ]
1919for mod_name in MOCK_MODULES :
2020 sys .modules [mod_name ] = mock .Mock ()
2121
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.
5050
5151# General information about the project.
5252project = 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
You can’t perform that action at this time.
0 commit comments