File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
# Add any Sphinx extension module names here, as strings. They can be extensions
25
25
# coming with Sphinx (named 'sphinx.addons.*') or your custom ones.
26
- extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.pngmath ' ,'sphinx.ext.doctest' ]
26
+ extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.imgmath ' ,'sphinx.ext.doctest' ]
27
27
28
28
# Add any paths that contain templates here, relative to this directory.
29
29
templates_path = ['templates' ]
39
39
40
40
# General substitutions.
41
41
project = 'PyGraphviz'
42
- copyright = '2013 , PyGraphviz Developers'
42
+ copyright = '2016 , PyGraphviz Developers'
43
43
44
44
# The default replacements for |version| and |release|, also used in various
45
45
# other places throughout the built documents.
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ def get_svn_revision():
63
63
return None
64
64
65
65
name = 'pygraphviz'
66
- version = '1.4 '
66
+ version = '1.4rc1 '
67
67
68
68
# Declare current release as a development release.
69
69
# Change to False before tagging a release; then change back.
70
- dev = True
70
+ dev = False
71
71
72
72
revision = None
73
73
if dev :
You can’t perform that action at this time.
0 commit comments