Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
3c848d42
Commit
3c848d42
authored
Jul 03, 2019
by
Thomas Vincent
Browse files
Update doc generation script
parent
d79c45c5
Pipeline
#12244
failed with stages
in 9 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3c848d42
...
...
@@ -34,8 +34,10 @@ doc:
-
pip install --upgrade --pre -r requirements.txt
# Build the doc (dependencies are needed)
-
python setup.py build build_doc
-
dir build/sphinx/html/
-
xcopy /s /e "build/sphinx/html" "artifacts"
-
cd build
-
cd sphinx
-
dir html
-
xcopy /s /e "html" "..\\..\\artifacts"
artifacts
:
paths
:
-
artifacts/html/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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