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 image: python:slim
before_script: before_script:
- apt-get update && apt-get install --no-install-recommends -y graphviz imagemagick doxygen make - 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 - mkdir public
script: script:
- pushd docs_sphinx - 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.viewcode',
'sphinx.ext.inheritance_diagram', 'sphinx.ext.inheritance_diagram',
'breathe', 'breathe',
'm2r2' 'sphinx_mdinclude'
] ]
html_baseurl = "/index.html" html_baseurl = "/index.html"

View File

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