X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f04cb933da95f9df2da6d58a72a7b1da12582f7d..8937f1426cc4c3bbe77178ce3a9cdc0687263a8e:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 350b49c27f..74a792865d 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 ----------------------------------------------------- @@ -33,7 +35,7 @@ copyright = u'2002-2018, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.21' +version = u'alpha 3.22' # The full version, including alpha/beta/rc tags release = u'3.21' @@ -52,7 +54,7 @@ extensions = [ 'breathe', # 'exhale', 'hidden_code_block', -# 'snooze', # must come after exhale + 'javasphinx', ] todo_include_todos = True