Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.35
[simgrid.git] / docs / source / conf.py
index cda228d..c3d7630 100644 (file)
@@ -26,17 +26,15 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
 if read_the_docs_build:
     subprocess.call('pwd', shell=True) # should be in docs/source
     subprocess.call('doxygen', shell=True)
-    subprocess.call('javasphinx-apidoc --force -o java/ ../../src/bindings/java/org/simgrid/msg', shell=True)
-    subprocess.call('rm java/packages.rst', shell=True)
 
 # -- Project information -----------------------------------------------------
 
 project = u'SimGrid'
-copyright = u'2002-2022, The SimGrid Team'
+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'
 
 # -- General configuration ---------------------------------------------------
 
@@ -51,11 +49,11 @@ 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',
-    'javasphinx',
     'showfile',
 ]
 
@@ -120,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<Comm>'),
@@ -129,7 +125,6 @@ nitpick_ignore = [
   ('cpp:identifier', 'simgrid::s4u::Activity_T<Io>'),
   ('cpp:identifier', 'simgrid::s4u::this_actor'),
   ('cpp:identifier', 'simgrid::xbt'),
-  ('cpp:identifier', 'simgrid::xbt::string'),
   ('cpp:identifier', 'size_t'),
   ('cpp:identifier', 'ssize_t'),
   ('cpp:identifier', 'this_actor'),
@@ -161,7 +156,6 @@ nitpick_ignore = [
   ('cpp:identifier', 'xbt::signal<void(kernel::resource::NetworkAction&)>'),
   ('cpp:identifier', 'xbt::signal<void(kernel::resource::NetworkAction&, kernel::resource::Action::State)>'),
   ('cpp:identifier', 'xbt::signal<void(void)>'),
-  ('cpp:identifier', 'xbt::string'),
 ]
 
 # For cross-ref generation
@@ -182,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.