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
thalia
concrexit
Commits
adeedf2a
Verified
Commit
adeedf2a
authored
Jan 14, 2019
by
Joren Vrancken
Browse files
Remove non-existent argument and multiprocessing from sphinx CI build
parent
bcb78add
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
adeedf2a
...
...
@@ -68,7 +68,7 @@ docs:
script
:
-
echo "Building current docs"
-
env -u GITLAB_CI pipenv run make doctest
-
env -u GITLAB_CI pipenv run sphinx-build -
M html "." "_build" -W -j $(nproc)
-
env -u GITLAB_CI pipenv run sphinx-build -
W . _build
-
echo "Checking if there are changes"
-
pipenv run ./generate-apidocs.sh
-
git diff --exit-code
...
...
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