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
Matthias Mayr
limbo
Commits
2f5ddec1
Commit
2f5ddec1
authored
Jun 08, 2017
by
Jean-Baptiste Mouret
Browse files
update to the new version of sphinxversioning (change of optimization)
parent
46d9713b
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
2f5ddec1
...
...
@@ -233,7 +233,7 @@ def write_default_params(ctx):
def
build_docs
(
ctx
):
Logs
.
pprint
(
'NORMAL'
,
"generating HTML doc with versioning..."
)
s
=
'sphinx-versioning -v build -
p
docs/pre_script.sh --whitelist-branches "(master|doc_versioning|release-*)" docs docs/_build/html'
s
=
'sphinx-versioning -v build -
f
docs/pre_script.sh --whitelist-branches "(master|doc_versioning|release-*)" docs docs/_build/html'
retcode
=
subprocess
.
call
(
s
,
shell
=
True
,
env
=
None
)
class
BuildExtensiveTestsContext
(
BuildContext
):
...
...
@@ -254,4 +254,4 @@ class BuildDoc(BuildContext):
class
BuildDoc
(
BuildContext
):
cmd
=
'default_params'
fun
=
'write_default_params'
\ No newline at end of file
fun
=
'write_default_params'
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