X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d136e8383592faca1c709a0b76a9879e7adcb3c..361258ab0fbf44b907a966b0ad83c46fe7353925:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index a70134e48d..b57d1f3837 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,6 +25,8 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: subprocess.call('cd source; doxygen', shell=True) + subprocess.call('javasphinx-apidoc --force -o source/java/ ../src/bindings/java/org/simgrid/msg', shell=True) + subprocess.call('rm source/java/packages.rst', shell=True) # -- Project information ----------------------------------------------------- @@ -50,8 +52,9 @@ release = u'3.21' extensions = [ 'sphinx.ext.todo', 'breathe', - 'exhale', +# 'exhale', 'hidden_code_block', + 'javasphinx', ] todo_include_todos = True