X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d129e8f753d4ca2f7e4b13fddf78b84538f76f54..b1245e5ecc0f1eb4e2b76edac0004005e8c9a514:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 0b0eb26fec..96b64bf36f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,7 +34,7 @@ copyright = u'2002-2023, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.32.1' +version = u'3.35.1' # -- General configuration --------------------------------------------------- @@ -49,8 +49,9 @@ extensions = [ 'sphinx.ext.todo', 'breathe', 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', 'sphinx.ext.autosummary', + 'sphinx.ext.intersphinx', + 'sphinx.ext.mathjax', 'sphinx_tabs.tabs', 'sphinx_copybutton', 'showfile', @@ -117,8 +118,6 @@ nitpick_ignore = [ ('cpp:identifier', 's4u_Semaphore'), ('cpp:identifier', 's4u_VM'), ('cpp:identifier', 's4u_VirtualMachine'), - ('cpp:identifier', 'sg_msg_Comm'), - ('cpp:identifier', 'sg_msg_Task'), ('cpp:identifier', 'simgrid'), ('cpp:identifier', 'simgrid::s4u'), ('cpp:identifier', 'simgrid::s4u::Activity_T'), @@ -177,7 +176,7 @@ master_doc = 'index' # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.