diff options
author | drebs <drebs@leap.se> | 2017-05-04 15:05:40 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-05-04 15:05:40 +0200 |
commit | 6008e999eea82bb4355b086453be42414a4d60c9 (patch) | |
tree | eba379e13b0a79ea026aa06d5bc0c395d61c9516 /docs/sphinx/conf.py | |
parent | 486909fdf644376dda282482565cc8fd70cff3e1 (diff) |
[doc] cleanup old documentation
Diffstat (limited to 'docs/sphinx/conf.py')
-rw-r--r-- | docs/sphinx/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 552e5f56..bad9da6e 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -34,7 +34,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', - 'sphinx.ext.pngmath', + 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', ] @@ -59,9 +59,9 @@ copyright = u'2014, LEAP Encryption Access Project' # built documents. # # The short X.Y version. -version = '0.4' +#version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.0' +#release = '0.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |