Skip to content
Snippets Groups Projects
Commit b99df0ce authored by Markus Holzer's avatar Markus Holzer Committed by Michael Kuron
Browse files

Fixed build doc

parent 678873dd
No related merge requests found
...@@ -149,7 +149,8 @@ build-documentation: ...@@ -149,7 +149,8 @@ build-documentation:
- export PYTHONPATH=`pwd` - export PYTHONPATH=`pwd`
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- mkdir html_doc - mkdir html_doc
- sphinx-build -W -b html doc html_doc - sphinx-build -b html doc html_doc
- sphinx-build -W -b html doc html_doc
tags: tags:
- docker - docker
- cuda11 - cuda11
......
...@@ -54,6 +54,7 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None), ...@@ -54,6 +54,7 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None),
} }
autodoc_member_order = 'bysource' autodoc_member_order = 'bysource'
bibtex_bibfiles = ['sphinx/lbmpy.bib']
project = 'lbmpy' project = 'lbmpy'
html_logo = "img/logo.png" html_logo = "img/logo.png"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment