Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
b6a38184
Commit
b6a38184
authored
Feb 13, 2018
by
Mihai Baltac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
docs/generate.sh
docs/generate.sh
+1
-1
No files found.
.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
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