Skip to content
Snippets Groups Projects
Commit 93093c12 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Merge branch 'Fix-doc' into 'master'

Fixed build doc

See merge request pycodegen/lbmpy!50
parents 678873dd b99df0ce
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment