dev-python/sqlalchemy-migrate: fix CI check

moved from ::gentoo
new package, add 0.13.0

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2022-06-24 20:06:02 +08:00
parent 1bee2aa4d9
commit a1b7828acb
4 changed files with 67 additions and 0 deletions

View File

@@ -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 = {