8000 Merge pull request #1116 from bhrutledge/fix-directory-trees · pypa/packaging.python.org@612d426 · GitHub
[go: up one dir, main page]

Skip to content

Commit 612d426

Browse files
authored
Merge pull request #1116 from bhrutledge/fix-directory-trees
Use latest python-docs-theme
2 parents 0c7bf94 + 783a94f commit 612d426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx==4.3.1
22
sphinx-autobuild==0.7.1
33
sphinx-inline-tabs==2021.4.11b9
4-
python-docs-theme==2021.5
4+
python-docs-theme==2022.1
55
sphinx-copybutton==0.5.0
66
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ files in the :file:`dist` directory:
337337
.. code-block:: text
338338
339339
dist/
340-
example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
341-
example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
340+
├── example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
341+
└── example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
342342
343343
344344
The ``tar.gz`` file is a :term:`source distribution <Source Distribution (or "sdist")>`

0 commit comments

Comments
 (0)
0