Skip to content

Commit 3a9c6ed

Browse files
authored
Merge pull request #13553 from notatallshaw/remove-references-to-docs/requirements.txt
Remove references to `docs/requirements.txt`
2 parents d52011f + 79588f0 commit 3a9c6ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/html/development/architecture/anatomy.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ The ``README``, license, ``pyproject.toml``, and so on are in the top level.
3030
* ``html/`` *[sources to HTML documentation avail. online]*
3131
* ``man/`` has man pages the distros can use by running ``man pip``
3232
* ``pip_sphinxext.py`` *[an extension -- pip-specific plugins to Sphinx that do not apply to other packages]*
33-
* ``requirements.txt``
3433

3534
* ``news/`` *[pip stores news fragments… Every time pip makes a user-facing change, a file is added to this directory (usually a short note referring to a GitHub issue) with the right extension & name so it gets included in changelog…. So every release the maintainers will be deleting old files in this directory? Yes - we use the towncrier automation to generate a NEWS file, and auto-delete old stuff. There’s more about this in the contributor documentation!]*
3635

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ include = [
104104
"build-project/build-project.py",
105105
"build-project/build-requirements.in",
106106
"build-project/build-requirements.txt",
107-
"docs/requirements.txt",
108107
"docs/**/*.css",
109108
"docs/**/*.dot",
110109
"docs/**/*.md",

0 commit comments

Comments
 (0)