summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 86accb25b..c2d1a6d1b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -108,7 +108,7 @@ html_theme_options = {
"collapsiblesidebar": True,
"issues_url": "https://github.com/pycqa/pylint/issues/new",
"root_name": "PyCQA",
- "root_url": "http://meta.pycqa.org/en/latest/",
+ "root_url": "https://meta.pycqa.org/en/latest/",
}
# Add any paths that contain custom themes here, relative to this directory.
@@ -233,7 +233,7 @@ man_pages = [
]
intersphinx_mapping = {
- "astroid": ("http://astroid.readthedocs.io/en/latest/", None),
+ "astroid": ("https://astroid.readthedocs.io/en/latest/", None),
"python": ("https://docs.python.org/3", None),
}