Skip to content

Commit 0236973

Browse files
authored
use https url (#1021)
1 parent 0a19278 commit 0236973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def filter(self, record: pylogging.LogRecord) -> bool:
326326

327327

328328
# Example configuration for intersphinx: refer to the Python standard library.
329-
intersphinx_mapping = {"ipython": ("http://ipython.readthedocs.io/en/stable/", None)}
329+
intersphinx_mapping = {"ipython": ("https://ipython.readthedocs.io/en/stable/", None)}
330330

331331

332332
def setup(app: object) -> None:

0 commit comments

Comments
 (0)