mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 10:28:23 +01:00
ci: Fix pages pipeline
This commit is contained in:
parent
8fcc77bc60
commit
a312abfe05
@ -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
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
Grid
|
|
||||||
====
|
|
||||||
|
|
||||||
.. doxygenclass:: tug::Grid
|
|
||||||
@ -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"
|
||||||
|
|||||||
@ -3,6 +3,5 @@ User API
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
Grid
|
|
||||||
Boundary
|
Boundary
|
||||||
Diffusion
|
Diffusion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user