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 !50
parents 678873dd b99df0ce
Branches
Tags
1 merge request!50Fixed build doc
Pipeline #28867 passed
......@@ -149,7 +149,8 @@ build-documentation:
- export PYTHONPATH=`pwd`
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- 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:
- docker
- cuda11
......
......@@ -54,6 +54,7 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None),
}
autodoc_member_order = 'bysource'
bibtex_bibfiles = ['sphinx/lbmpy.bib']
project = 'lbmpy'
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