Navigation Menu

Skip to content

Commit

Permalink
http -> https in Sphinx conf (reported by Tomasz Rybak)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 1, 2016
1 parent b5971db commit a9689d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/source/conf.py
@@ -1,6 +1,7 @@
from __future__ import absolute_import
# -*- coding: utf-8 -*-
#

from __future__ import absolute_import

# PyCUDA documentation build configuration file, created by
# sphinx-quickstart on Fri Jun 13 00:51:19 2008.
#
Expand Down Expand Up @@ -187,5 +188,5 @@
intersphinx_mapping = {
'http://docs.python.org/dev': None,
'http://docs.scipy.org/doc/numpy/': None,
'http://documen.tician.de/codepy/': None,
'https://documen.tician.de/codepy/': None,
}

0 comments on commit a9689d6

Please sign in to comment.