We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a19278 commit 0236973Copy full SHA for 0236973
docs/conf.py
@@ -326,7 +326,7 @@ def filter(self, record: pylogging.LogRecord) -> bool:
326
327
328
# Example configuration for intersphinx: refer to the Python standard library.
329
-intersphinx_mapping = {"ipython": ("http://ipython.readthedocs.io/en/stable/", None)}
+intersphinx_mapping = {"ipython": ("https://ipython.readthedocs.io/en/stable/", None)}
330
331
332
def setup(app: object) -> None:
0 commit comments