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
itischler
lbmpy
Commits
93093c12
Commit
93093c12
authored
Dec 21, 2020
by
Michael Kuron
Browse files
Merge branch 'Fix-doc' into 'master'
Fixed build doc See merge request
!50
parents
678873dd
b99df0ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
93093c12
...
...
@@ -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 @
93093c12
...
...
@@ -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