Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Romain Casati
Basthon-JupyterLab
Commits
0b8e61ad
Commit
0b8e61ad
authored
Apr 26, 2021
by
Nicholas Bollweg
Browse files
ensure mystify in docs build
parent
1ca724c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
0b8e61ad
...
...
@@ -71,4 +71,4 @@ html_context = {
if
os
.
environ
.
get
(
"READTHEDOCS"
):
import
subprocess
subprocess
.
check_call
([
"doit"
,
"build"
],
cwd
=
str
(
ROOT
))
subprocess
.
check_call
([
"doit"
,
"build"
,
"typedoc:mystify"
],
cwd
=
str
(
ROOT
))
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