Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start the cycle of 3.23.3
[simgrid.git] / docs / source / conf.py
index ffffe01..286f452 100644 (file)
@@ -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,10 +35,9 @@ copyright = u'2002-2019, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'alpha 3.23'
+version = u'3.23.3'
 # The full version, including alpha/beta/rc tags
-release = u'alpha 3.23'
-
+#release = u'3.23 alpha'
 
 # -- General configuration ---------------------------------------------------
 
@@ -86,7 +85,7 @@ primary_domain = 'cpp'
 
 
 # Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+templates_path = ['_templates']
 
 # The suffix(es) of source filenames.
 # You can specify multiple suffix as a list of string: ['.rst', '.md']