1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Alexis Murzeau <amubtdx@gmail.com>
Date: Sat, 7 May 2022 21:51:37 +0200
Subject: Remove intersphinx
Intersphinx requires internet, so remove it.
Forwarded: not-needed
Author: Alexis Murzeau <amubtdx@gmail.com>
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 1015652..a852b62 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,7 +19,6 @@ needs_sphinx = '3.0'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
- 'sphinx.ext.intersphinx',
'ext_html_template_vars',
'ext_argparse',
'ext_github',
|