X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/704e6bf842c07a5762c2494015c2e8e25f230e6f..2e60fe3cfd5cf5305888fcca0ae19700d808bb23:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index fe63c21a97..4f2554a95e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ import os import subprocess -# Search for our extensions too +# Search for our extensions too import sys sys.path.append(os.path.abspath('_ext')) @@ -32,7 +32,7 @@ if read_the_docs_build: # -- Project information ----------------------------------------------------- project = u'SimGrid' -copyright = u'2002-2019, The SimGrid Team' +copyright = u'2002-2020, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version @@ -54,7 +54,6 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.autosummary', 'sphinx_tabs.tabs', - 'sphinxcontrib.contentui', 'javasphinx', 'showfile', 'autodoxy', @@ -145,3 +144,7 @@ html_context = { "gitlab_version": "master", # Version "conf_py_path": "/docs/source/", # Path in the checkout to the docs root } + +# -- Other options + +nitpicky = True # Generate a warning for all a cross-reference (such as :func:`myfunc`) that cannot be found