File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
sphinx == 4.3.1
2
2
sphinx-autobuild == 0.7.1
3
3
sphinx-inline-tabs == 2021.4.11b9
4
- python-docs-theme == 2021.5
4
+ python-docs-theme == 2022.1
5
5
sphinx-copybutton == 0.5.0
6
6
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ files in the :file:`dist` directory:
337
337
.. code-block :: text
338
338
339
339
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
342
342
343
343
344
344
The ``tar.gz `` file is a :term: `source distribution <Source Distribution (or "sdist")> `
You can’t perform that action at this time.
0 commit comments