Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate SIMIX_process_{a,de}tach
[simgrid.git] / docs / source / conf.py
index b57d1f3..227dfcf 100644 (file)
@@ -31,13 +31,13 @@ if read_the_docs_build:
 # -- Project information -----------------------------------------------------
 
 project = u'SimGrid'
-copyright = u'2002-2018, The SimGrid Team'
+copyright = u'2002-2019, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.21'
+version = u'alpha 3.22'
 # The full version, including alpha/beta/rc tags
-release = u'3.21'
+release = u'alpha 3.22'
 
 
 # -- General configuration ---------------------------------------------------
@@ -53,6 +53,10 @@ extensions = [
     'sphinx.ext.todo',
     'breathe',
 #    'exhale',
+    'sphinx.ext.autodoc',
+    'sphinx.ext.intersphinx',
+#    'sphinx.ext.napoleon',
+    'sphinx.ext.autosummary',
     'hidden_code_block',
     'javasphinx',
 ]