Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
b6a38184
Commit
b6a38184
authored
Feb 13, 2018
by
Mihai Baltac
Browse files
debugging documentation generation CI
parent
31bcc3e0
Pipeline
#24829
passed with stages
in 4 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b6a38184
...
...
@@ -14,6 +14,7 @@ before_script:
-
pip3 install --process-dependency-links -r ci/requirements.txt
-
python setup.py install
# test_min:
# stage: test
# script:
...
...
@@ -29,7 +30,8 @@ before_script:
pages
:
script
:
-
sh docs/generate.sh
-
python docs/better_apidoc.py -l -e -d 2 -t docs/generation-templates -o docs/source/mod nifty4
-
sphinx-build -b html docs/source/ docs/build/
-
mv docs/build/ public/
artifacts
:
paths
:
...
...
docs/generate.sh
View file @
b6a38184
rm
-rf
docs/build docs/source/mod
sphinx-
apidoc
-l
-e
-d
2
-o
docs/source/mod nifty4
python docs/better_
apidoc
.py
-l
-e
-d
2
-t
docs/generation-templates
-o
docs/source/mod nifty4
sphinx-build
-b
html docs/source/ docs/build/
Write
Preview
Supports
Markdown
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