X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/265db5af7be70be60c7ffb3ea3c2f2ee3bbd766d..9f808ab5abb0829e8621127b3d27dea8630e117a:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 45042f22a6..286f452322 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ 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('source/_ext/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 ----------------------------------------------------- @@ -35,7 +35,7 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.23.1' +version = u'3.23.3' # The full version, including alpha/beta/rc tags #release = u'3.23 alpha'