X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce930ad96b622e2b3856b7d9c3d97e60ec2c93a1..7d486d1d3b2c9c2c5d286e1d49c27453a382ce9e:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 019cb17c55..eb4687f619 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.24' +version = u'3.24.1' # -- General configuration --------------------------------------------------- @@ -55,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