diff options
author | Jon Wayne Parrott <jonwayne@google.com> | 2018-03-01 21:02:50 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-03-01 21:02:50 (GMT) |
commit | bf63e8d55fd2853df3bb99d66de7f428107aadb3 (patch) | |
tree | aabf6ec691ee99f0cb56fff1a3ac6ee5bb03ea98 /Doc/README.rst | |
parent | 5da8cfb838fa1bf3529c085c6dce1adf3d1eaf62 (diff) | |
download | cpython-bf63e8d55fd2853df3bb99d66de7f428107aadb3.zip cpython-bf63e8d55fd2853df3bb99d66de7f428107aadb3.tar.gz cpython-bf63e8d55fd2853df3bb99d66de7f428107aadb3.tar.bz2 |
bpo-30607: Use external python-doc-theme (GH-2017)
Diffstat (limited to 'Doc/README.rst')
-rw-r--r-- | Doc/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.rst b/Doc/README.rst index a29d1f3..b349160 100644 --- a/Doc/README.rst +++ b/Doc/README.rst @@ -20,11 +20,11 @@ tree but are maintained separately and are available from * `Sphinx <https://pypi.org/project/Sphinx/>`_ * `blurb <https://pypi.org/project/blurb/>`_ +* `python-docs-theme <https://pypi.org/project/python-docs-theme/>`_ The easiest way to install these tools is to create a virtual environment and install the tools into there. - Using make ---------- |