mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-11 05:10:20 -04:00
14 lines
497 B
Diff
14 lines
497 B
Diff
intersphinx: prevent resource downloads at build time\
|
|
--- a/doc/source/conf.py
|
|
+++ b/doc/source/conf.py
|
|
@@ -28,8 +28,7 @@ sys.path.append(os.path.dirname(os.path.abspath('.')))
|
|
|
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
|
-extensions = ['sphinx.ext.autodoc',
|
|
- 'sphinx.ext.intersphinx']
|
|
+extensions = ['sphinx.ext.autodoc']
|
|
|
|
# link to sqlalchemy docs
|
|
intersphinx_mapping = {
|