Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixups in the SMPI tutorial
[simgrid.git] / docs / source / conf.py
index c309c22a2b0dcad347f79bbbe1dd7e337fb7896f..e8de0fb671433e4e9808d11f3a6ccc8c1095b65a 100644 (file)
@@ -36,7 +36,7 @@ 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 ---------------------------------------------------
 
@@ -117,7 +117,7 @@ html_theme_options = {
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+html_static_path = ['_static']
 
 # Custom sidebar templates, must be a dictionary that maps document names
 # to template names.
@@ -144,3 +144,11 @@ html_context = {
     "gitlab_version": "master",  # Version
     "conf_py_path": "/docs/source/",  # Path in the checkout to the docs root
 }
+
+html_css_files = [
+    'css/custom.css',
+]
+
+# -- Other options
+
+nitpicky = True # Generate a warning for all a cross-reference (such as :func:`myfunc`) that cannot be found