ci: Fix pages pipeline

This commit is contained in:
Max Luebke 2025-01-31 16:12:45 +01:00
parent 8fcc77bc60
commit a312abfe05
4 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
Grid
====
.. doxygenclass:: tug::Grid

View File

@ -42,7 +42,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.inheritance_diagram',
'breathe',
'm2r2'
'sphinx_mdinclude'
]
html_baseurl = "/index.html"

View File

@ -3,6 +3,5 @@ User API
.. toctree::
Grid
Boundary
Diffusion