From 31ee05a453efe889a0f4ea155ca654e8e9354104 Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Thu, 29 Aug 2024 08:55:11 +0200 Subject: [PATCH] Revert "Merge commit '0b65bf985d4fb167b600655150f1fa3c564ee2c3'" This reverts commit 0e3f0b79872b79d8a0876df2af8f170491a27466, reversing changes made to 040e2d5c314e512dcae3a2d2a7fb8599ca76b359. --- .gitignore | 1 - doc/user/conf.py.in | 27 +-------------------------- doc/user/input/index.rst | 3 +-- doc/user/requirements_doc.txt | 5 ----- 4 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .gitignore delete mode 100644 doc/user/requirements_doc.txt diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ded1995ca..000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -doc/user/input/api/* diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in index 0998ef38e..449e8e50b 100644 --- a/doc/user/conf.py.in +++ b/doc/user/conf.py.in @@ -24,7 +24,7 @@ import sphinx # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.mathjax', "breathe", "sphinx.ext.graphviz", "exhale"] +extensions = ['sphinx.ext.mathjax'] try: import sphinx_rtd_theme extensions += ['sphinx_rtd_theme'] @@ -32,7 +32,6 @@ try: except: use_rtd_theme = False - # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] templates_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','templates')] @@ -100,7 +99,6 @@ if use_rtd_theme: html_theme = 'sphinx_rtd_theme' else: html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic' -# html_theme = "furo" themes_options = {} themes_options['classic'] = { @@ -174,29 +172,6 @@ html_static_path = [os.path.join('@CMAKE_CURRENT_BINARY_DIR@','static')] # Output file base name for HTML help builder. htmlhelp_basename = 'MEDCouplingUsersGuide' -################### -# BREATHE OPTIONS # -################### - -breathe_projects = {"dev_docs": "../developer/doxygen/doc_ref_dev/xml/"} -breathe_default_project = "dev_docs" - -# Setup the exhale extension -exhale_args = { - # These arguments are required - "containmentFolder": "@CMAKE_CURRENT_SOURCE_DIR@/input/api", - "rootFileName": "medcoupling_api.rst", - "doxygenStripFromPath": "@CMAKE_CURRENT_SOURCE_DIR@", - # Heavily encouraged optional argument (see docs) - "rootFileTitle": "MEDCoupling API", - # Suggested optional arguments - "createTreeView": True, - # TIP: if using the sphinx-bootstrap-theme, you need - # "treeViewIsBootstrap": True, - "exhaleExecutesDoxygen": False, - # "exhaleDoxygenStdin": "INPUT = ../include" -} - # Options for LaTeX output # ------------------------ diff --git a/doc/user/input/index.rst b/doc/user/input/index.rst index beabbf6e0..11ee3eb20 100644 --- a/doc/user/input/index.rst +++ b/doc/user/input/index.rst @@ -18,7 +18,7 @@ medcoupling functionalities can be split into 4 categories: First, this documentation introduces :doc:`fundamental concepts/objects ` of medcoupling for a better understanding of examples. .. toctree:: - :maxdepth: 4 + :maxdepth: 2 :numbered: :hidden: @@ -27,5 +27,4 @@ First, this documentation introduces :doc:`fundamental concepts/objects