summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-10-16 03:28:28 -0700
committerSteve Piercy <web@stevepiercy.com>2015-10-16 03:28:28 -0700
commit6af2ea86e5ebae312a7db21b74aa87337f0d613b (patch)
tree9bbd13c6a3b72e4af18131bae6eb01806dfc9c7a /docs
parentad63acdf33ac6d02a8035825cab9cedfefa1cdbc (diff)
downloadwebob-6af2ea86e5ebae312a7db21b74aa87337f0d613b.tar.gz
use https
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9b9707c..321769e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,6 +150,6 @@ epub_exclude_files = ['search.html']
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'python': ('http://docs.python.org', None),
- 'python3': ('http://docs.python.org/3', None),
+ 'python': ('https://docs.python.org', None),
+ 'python3': ('https://docs.python.org/3', None),
}