Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev of 3.26
[simgrid.git] / docs / source / conf.py
index 1839d11d5cad0c06c880190251bbaa36ead215aa..b287522edd4caa3c8f3f936a9cff17877238c6ae 100644 (file)
@@ -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,11 +32,11 @@ 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
-version = u'3.24.1'
+version = u'3.25.1'
 
 # -- General configuration ---------------------------------------------------
 
@@ -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