]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: switch to upstream sphinx-ditaa
authorKefu Chai <kchai@redhat.com>
Mon, 11 Sep 2017 13:54:33 +0000 (21:54 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 11 Sep 2017 15:05:26 +0000 (23:05 +0800)
it works with setuptools and is now compatible with py3

the py3 branch is created to track the upstream's master branch

Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/doc-requirements.txt
doc/conf.py

index 3990b2f31bdc904241837d2f33f1c33fb161b481..dc14113035d249acb30de1d11bc15ae8b4c289dd 100644 (file)
@@ -1,3 +1,3 @@
 Sphinx == 1.6.3
--e git+https://github.com/ceph/sphinx-ditaa.git#egg=sphinx-ditaa
+-e git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
 -e git+https://github.com/michaeljones/breathe#egg=breathe
index a1330f7996f1d85a4c909b592a9ef06b3a27cb0c..d2008e49905a060ad6be6a84c7d7b5273ec3a6c8 100644 (file)
@@ -43,9 +43,10 @@ extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.graphviz',
     'sphinx.ext.todo',
-    'sphinx_ditaa',
+    'sphinxcontrib.ditaa',
     'breathe',
     ]
+ditaa = 'ditaa'
 todo_include_todos = True
 
 top_level = os.path.dirname(