summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-11-25 13:36:04 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-12-30 02:57:24 +0000
commitfea8ae9f9ffdabb15d81cbca5636f7ab82fa419c (patch)
treed3da2459e2d8b628e20c87fafbe6354e49f039fd /MANIFEST.in
parent90db7b641d0d671e979e87c218f8895a50e684b9 (diff)
downloadpip-fea8ae9f9ffdabb15d81cbca5636f7ab82fa419c.tar.gz
Enable managing RTD redirects in-tree
This is designed as a script and a data file (in YAML format), and meant to manage the RTD redirects with a version controlled file. This makes it possible for pull requests to this repository to update the redirects for this project's documentation (eg: for better error urls) and for this evolution to be tracked as a part of version control history.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ff3825f65..e0fba8222 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -18,6 +18,7 @@ exclude .mailmap
exclude .appveyor.yml
exclude .readthedocs.yml
exclude .pre-commit-config.yaml
+exclude .readthedocs-custom-redirects.yml
exclude tox.ini
exclude noxfile.py