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
Matthias Mayr
limbo
Commits
2bb26473
Commit
2bb26473
authored
Jun 01, 2018
by
Jean-Baptiste Mouret
Browse files
do not generate docs for fix_docs
parent
9d50b757
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
2bb26473
...
...
@@ -249,7 +249,7 @@ def write_default_params(ctx):
def
build_docs
(
ctx
):
Logs
.
pprint
(
'NORMAL'
,
"generating HTML doc with versioning..."
)
s
=
'sphinx-versioning -v build -f docs/pre_script.sh --whitelist-branches "(
fix\_docs|
master|release-*)" docs docs/_build/html'
s
=
'sphinx-versioning -v build -f docs/pre_script.sh --whitelist-branches "(master|release-*)" docs docs/_build/html'
retcode
=
subprocess
.
call
(
s
,
shell
=
True
,
env
=
None
)
class
BuildExtensiveTestsContext
(
BuildContext
):
...
...
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