X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c741a8289a7c62109c8db7fb86257c186ee52e26..a0f9bb1e296ebe7c9ffc76613d522724eebf990d:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f2554a95e..0ca9461b26 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. @@ -132,7 +132,7 @@ html_theme_options = { # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = 'SimGrid-doc' +htmlhelp_basename = 'simgrid-doc' # -- Options for GitLab integration ------------------------------------------ @@ -145,6 +145,10 @@ html_context = { "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