Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better factorization of how examples are displayed in RST
[simgrid.git] / docs / source / conf.py
index 019cb17..eb4687f 100644 (file)
@@ -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