Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flask-wtf
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
flask-wtf
Commits
809619f0
Verified
Commit
809619f0
authored
5 years ago
by
Emmanuel Arias
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to deactivate intersphinx extension.
parent
8215c3b6
Branches
master
Tags
debian/1.2.8-2
No related merge requests found
Pipeline
#119232
passed
5 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/patches/0001-Remove-intersphinx-extension-to-avoid-external-conne.patch
+20
-0
20 additions, 0 deletions
...emove-intersphinx-extension-to-avoid-external-conne.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
23 additions
and
1 deletion
debian/changelog
+
2
−
1
View file @
809619f0
...
...
@@ -10,6 +10,7 @@ flask-wtf (0.14.3-1) UNRELEASED; urgency=medium
supported version are installed.
- Change the autopkgtest test for a non-trivial test.
* d/salsa-ci.yml: enable salsa-ci.
* Add patch to deactivate intersphinx extension.
[ Debian Janitor ]
* Use correct machine-readable copyright file URI.
...
...
@@ -19,7 +20,7 @@ flask-wtf (0.14.3-1) UNRELEASED; urgency=medium
missing from debian/patches/series.
* Set upstream metadata fields: Repository.
-- Emmanuel Arias <eamanu@yaerobi.com>
Fri
, 2
0
Mar 2020 1
4:30:15
-0300
-- Emmanuel Arias <eamanu@yaerobi.com>
Mon
, 2
3
Mar 2020 1
3:27:20
-0300
flask-wtf (0.14.2-4) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/patches/0001-Remove-intersphinx-extension-to-avoid-external-conne.patch
0 → 100644
+
20
−
0
View file @
809619f0
From: Emmanuel Arias <eamanu@yaerobi.com>
Date: Mon, 23 Mar 2020 13:26:16 -0300
Subject: Remove intersphinx extension to avoid external connections.
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 4940ed0..464537e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,7 +22,6 @@
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '_themes'))
# ones.
extensions = [
'sphinx.ext.autodoc',
- 'sphinx.ext.intersphinx',
]
# Add any paths that contain templates here, relative to this directory.
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
809619f0
0001-Remove-intersphinx-extension-to-avoid-external-conne.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment