Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
lbmpy
Commits
b99df0ce
Commit
b99df0ce
authored
Dec 21, 2020
by
Markus Holzer
Committed by
Michael Kuron
Dec 21, 2020
Browse files
Fixed build doc
parent
678873dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b99df0ce
...
...
@@ -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
...
...
doc/conf.py
View file @
b99df0ce
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment