X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/327ef30dfd1b8ab1c2c5c0e248feacdd04371d23..4309be0ed30c43d7891492ebf52b2579ce420d66:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index ce87e70902..a8113dfff4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,13 +40,14 @@ release = u'3.21' # ones. extensions = [ # 'sphinx.ext.coverage', -# 'sphinx.ext.mathjax', + 'sphinx.ext.mathjax', # 'sphinx.ext.ifconfig', 'breathe', ] breathe_projects = { 'simgrid': '../doc/xml' } - +breathe_default_project = "simgrid" + # highlight_language = 'c++' # todo_include_todos = False @@ -84,7 +85,6 @@ pygments_style = 'sphinx' # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' -# alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the