Skip to content

Commit 317f597

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update pip official documentation
1 parent 139a385 commit 317f597

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/assets/pip/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_repo": "pypa/pip",
33
"docs_path": "docs",
4-
"updated_at": "2025-08-19T22:04:39Z",
5-
"commit_sha": "d52011f2390f34ce3116df6526d1421e069441ce"
4+
"updated_at": "2025-08-26T22:04:38Z",
5+
"commit_sha": "f49a2d9fcdbee4609910f724a4144f8860e9285f"
66
}

src/assets/pip/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

0 commit comments

Comments
 (0)