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 15
15
16
16
import mock
17
17
18
- MOCK_MODULES = ["matplotlib" , "pipdate" ]
18
+ MOCK_MODULES = ["matplotlib" ]
19
19
for mod_name in MOCK_MODULES :
20
20
sys .modules [mod_name ] = mock .Mock ()
21
21
33
33
"sphinx.ext.doctest" ,
34
34
"sphinx.ext.todo" ,
35
35
"sphinx.ext.coverage" ,
36
- "sphinx.ext.pngmath " ,
36
+ "sphinx.ext.imgmath " ,
37
37
]
38
38
39
39
# Add any paths that contain templates here, relative to this directory.
50
50
51
51
# General information about the project.
52
52
project = u"tikzplotlib"
53
- copyright = u"2010-2018 , Nico Schlömer"
53
+ copyright = u"2010-2019 , Nico Schlömer"
54
54
55
55
# The version info for the project you're documenting, acts as replacement for
56
56
# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments