summaryrefslogtreecommitdiff
path: root/dev-python/sphinx/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/sphinx/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx/files')
-rw-r--r--dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch b/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
deleted file mode 100644
index 0c1b2ad7d98c..000000000000
--- a/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/728810
---- ./doc/internals/release-process.rst
-+++ ./doc/internals/release-process.rst
-@@ -97,8 +97,8 @@
- * ``set PYTHONWARNINGS=`` and do ``make html`` (Windows)
-
- But you can also explicitly enable the pending ones using e.g.
--``PYTHONWARNINGS=default`` (see the :ref:`Python docs on configuring warnings
--<python:describing-warning-filters>`) for more details.
-+``PYTHONWARNINGS=default`` (see the `Python docs on configuring warnings
-+<https://docs.python.org/3/library/warnings.html#describing-warning-filters>`_) for more details.
-
- Release procedures
- ------------------