X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5089a0a98b27f5eeee62321dff4f025f1648f025..dc6258583c78a558d0bfc6d317272810e1b278ac:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 1839d11d5c..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 @@ -144,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