Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get the documentation to build on RTD
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 30 Jul 2018 20:07:48 +0000 (22:07 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 30 Jul 2018 21:03:12 +0000 (23:03 +0200)
.readthedocs.yml [new file with mode: 0644]
doc/Doxyfile.in
docs/requirements.txt [new file with mode: 0644]
docs/source/conf.py
docs/source/index.rst

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..ec93a97
--- /dev/null
@@ -0,0 +1,5 @@
+# Path to the pip requirements file
+requirements_file: docs/requirements.txt
+    
+# Don't build any extra formats
+formats: []
\ No newline at end of file
index 512e3c0..3407414 100644 (file)
@@ -1371,7 +1371,7 @@ MAN_LINKS              = NO
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML           = NO
+GENERATE_XML           = YES
 
 #---------------------------------------------------------------------------
 # configuration options for the AutoGen Definitions output
 
 #---------------------------------------------------------------------------
 # configuration options for the AutoGen Definitions output
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644 (file)
index 0000000..cd6467e
--- /dev/null
@@ -0,0 +1 @@
+breathe
index ce87e70..a8113df 100644 (file)
@@ -40,13 +40,14 @@ release = u'3.21'
 # ones.
 extensions = [
 #    'sphinx.ext.coverage',
 # ones.
 extensions = [
 #    'sphinx.ext.coverage',
-#    'sphinx.ext.mathjax',
+    'sphinx.ext.mathjax',
 #    'sphinx.ext.ifconfig',
     'breathe',
 ]
 
 breathe_projects = { 'simgrid': '../doc/xml' }
 #    'sphinx.ext.ifconfig',
     'breathe',
 ]
 
 breathe_projects = { 'simgrid': '../doc/xml' }
-
+breathe_default_project = "simgrid"
 # highlight_language = 'c++'
 # todo_include_todos = False
 
 # highlight_language = 'c++'
 # todo_include_todos = False
 
@@ -84,7 +85,6 @@ pygments_style = 'sphinx'
 # a list of builtin themes.
 #
 html_theme = 'sphinx_rtd_theme'
 # 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
 
 # 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
index 904a569..f20d9ae 100644 (file)
@@ -9,7 +9,7 @@ Welcome to SimGrid's documentation!
 
        What is SimGrid <main_concepts.rst>
        Installing SimGrid <installation.rst>
 
        What is SimGrid <main_concepts.rst>
        Installing SimGrid <installation.rst>
-       Create your own project <install_yours.rst>
+       Start your Own Project <install_yours.rst>
 
 
 Indices and tables
 
 
 Indices and tables