mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 01:18:22 +01:00
ci: Fix pages pipeline
This commit is contained in:
parent
8fcc77bc60
commit
a312abfe05
@ -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
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
Grid
|
||||
====
|
||||
|
||||
.. doxygenclass:: tug::Grid
|
||||
@ -42,7 +42,7 @@ extensions = [
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.inheritance_diagram',
|
||||
'breathe',
|
||||
'm2r2'
|
||||
'sphinx_mdinclude'
|
||||
]
|
||||
|
||||
html_baseurl = "/index.html"
|
||||
|
||||
@ -3,6 +3,5 @@ User API
|
||||
|
||||
.. toctree::
|
||||
|
||||
Grid
|
||||
Boundary
|
||||
Diffusion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user