From a312abfe05c0abd8c12879b6841bc700b2ac2ddc Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Fri, 31 Jan 2025 16:12:45 +0100 Subject: [PATCH] ci: Fix pages pipeline --- .gitlab-ci.yml | 2 +- docs_sphinx/Grid.rst | 4 ---- docs_sphinx/conf.py | 2 +- docs_sphinx/user.rst | 1 - 4 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 docs_sphinx/Grid.rst diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a34f82..95421b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ pages: image: python:slim before_script: - apt-get update && apt-get install --no-install-recommends -y graphviz imagemagick doxygen make - - pip install --upgrade pip && pip install Sphinx Pillow breathe sphinx-rtd-theme m2r2 + - pip install --upgrade pip && pip install Sphinx Pillow breathe sphinx-rtd-theme sphinx-mdinclude - mkdir public script: - pushd docs_sphinx diff --git a/docs_sphinx/Grid.rst b/docs_sphinx/Grid.rst deleted file mode 100644 index e4dc497..0000000 --- a/docs_sphinx/Grid.rst +++ /dev/null @@ -1,4 +0,0 @@ -Grid -==== - -.. doxygenclass:: tug::Grid diff --git a/docs_sphinx/conf.py b/docs_sphinx/conf.py index 9087a8a..75137c9 100644 --- a/docs_sphinx/conf.py +++ b/docs_sphinx/conf.py @@ -42,7 +42,7 @@ extensions = [ 'sphinx.ext.viewcode', 'sphinx.ext.inheritance_diagram', 'breathe', - 'm2r2' + 'sphinx_mdinclude' ] html_baseurl = "/index.html" diff --git a/docs_sphinx/user.rst b/docs_sphinx/user.rst index cb9c2c8..84352ea 100644 --- a/docs_sphinx/user.rst +++ b/docs_sphinx/user.rst @@ -3,6 +3,5 @@ User API .. toctree:: - Grid Boundary Diffusion