diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/conf.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/conf.py b/etc/conf.py index 8c70b15..88fcb28 100755 --- a/etc/conf.py +++ b/etc/conf.py @@ -4,9 +4,7 @@ import os needs_sphinx = '1.3' -# plantuml -extensions = ['sphinxcontrib.plantuml'] -plantuml = ['java', '-jar', 'plantuml.jar'] +extensions = ['sphinxcontrib.httpdomain'] numfig = True @@ -27,6 +25,6 @@ latex_elements = { project = u'Promise: Resource Management' copyright = u'%s, OPNFV' % datetime.date.today().year -version = u'1.0.1' -release = u'1.0.1' +version = u'1.0.2' +release = u'1.0.2' |