X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2515679633076d25fd940f67cae8f60581ca9ae0..d3fe1642bcdd56d478d88c9141695a4aeaa163a4:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index b287522edd..e8de0fb671 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. @@ -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