From 7b38b7e54d23af3a7ea0af4f870e7e05f2e52824 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Wed, 30 May 2018 16:02:47 -0500 Subject: [PATCH] Update PyPi URL in doc/README.md and fix link --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 4d7dd05353..eeb5a1c1ba 100644 --- a/doc/README.md +++ b/doc/README.md @@ -20,7 +20,7 @@ the `source` subdirectory. The documentation uses [sphinx](http://www.sphinx-doc and is thus written in [reStructuredText](http://docutils.sourceforge.net/rst.html). To build the HTML documentation, you will need to first install sphinx and the -[sphinx ReadTheDocs theme](the https://pypi.python.org/pypi/sphinx_rtd_theme). +[sphinx ReadTheDocs theme](https://pypi.org/project/sphinx_rtd_theme/). When using Python 3.6 on Windows, use `py -m pip install sphinx sphinx_rtd_theme`, on unix use: ```