• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pypa_theme/H03-May-2022-4232

.gitignoreH A D22-Jun-20181.1 KiB10280

LICENSEH A D22-Jun-20182.4 KiB4940

MANIFEST.inH A D22-Jun-201860 32

README.rstH A D22-Jun-2018564 149

setup.cfgH A D22-Jun-201828 32

setup.pyH A D22-Jun-2018977 3729

README.rst

1PyPA Sphinx Theme
2=================
3
4This is the common Sphinx theme for all PyPA projects.
5
6It is derived from the `Python docs theme <https://github.com/python/python-docs-theme>`_,
7since PyPA maintains portions of the default Python developer experience (specifically,
8the software installation and distribution tools bootstrapped by the ``ensurepip`` module).
9
10To use the theme either clone it directly with git, or else install it into your docs build
11environment via pip::
12
13    pip install git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
14