X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85..513357be1cb6cf988d64683c84167c3e344bdf1b:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 74a792865d..227dfcf051 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'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', ]