summaryrefslogtreecommitdiff
path: root/dev-python/sqlalchemy-migrate/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-python/sqlalchemy-migrate/files
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-python/sqlalchemy-migrate/files')
-rw-r--r--dev-python/sqlalchemy-migrate/files/sqlalchemy-migrate-0.13-disable-sphinx-exts.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/sqlalchemy-migrate/files/sqlalchemy-migrate-0.13-disable-sphinx-exts.patch b/dev-python/sqlalchemy-migrate/files/sqlalchemy-migrate-0.13-disable-sphinx-exts.patch
new file mode 100644
index 000000000000..ad11435a8434
--- /dev/null
+++ b/dev-python/sqlalchemy-migrate/files/sqlalchemy-migrate-0.13-disable-sphinx-exts.patch
@@ -0,0 +1,13 @@
+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 = {