Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
website
Commits
25035081
Commit
25035081
authored
Dec 08, 2020
by
Christoph Groth
Browse files
fixup conf.py
parent
30d54ce7
Pipeline
#47789
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conf.py
View file @
25035081
...
...
@@ -373,8 +373,7 @@ REDIRECTIONS = []
# rsync is used to send documentation to our web servers: we never send any
# secret information, and using 'ssh-keyscan' causes the CI server's IP to
# be blacklisted, so we specify "StrictHostKeyChecking=no".
SSH_OPTS
=
[
"StrictHostKeyChecking=no"
,
"UserKnownHostsFile=/dev/null"
,
"IdentitiesOnly=yes"
]
SSH_OPTS
=
[
"StrictHostKeyChecking=no"
,
"UserKnownHostsFile=/dev/null"
]
SSH_OPTS
=
' '
.
join
(
'-o '
+
opt
for
opt
in
SSH_OPTS
)
...
...
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