X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ab9431deaa127bb5664f70cf66973f4d4dc494f..7d486d1d3b2c9c2c5d286e1d49c27453a382ce9e:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 18435dc172..eb4687f619 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,10 @@ sys.path.append(os.path.abspath('_ext')) 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) + subprocess.call('pwd', shell=True) # should be in docs/source + subprocess.call('doxygen', shell=True) + subprocess.call('javasphinx-apidoc --force -o java/ ../../src/bindings/java/org/simgrid/msg', shell=True) + subprocess.call('rm java/packages.rst', shell=True) # -- Project information ----------------------------------------------------- @@ -35,10 +36,7 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'alpha 3.22' -# The full version, including alpha/beta/rc tags -release = u'alpha 3.22' - +version = u'3.24.1' # -- General configuration --------------------------------------------------- @@ -57,8 +55,10 @@ extensions = [ 'sphinx.ext.intersphinx', # 'sphinx.ext.napoleon', 'sphinx.ext.autosummary', - 'hidden_code_block', + 'sphinx_tabs.tabs', + 'sphinxcontrib.contentui', 'javasphinx', + 'showfile', ] todo_include_todos = True @@ -86,7 +86,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']