Repository: cassandra Updated Branches: refs/heads/trunk c5285d21c -> 7b38b7e54
Update PyPi URL in doc/README.md and fix link Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7b38b7e5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7b38b7e5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7b38b7e5 Branch: refs/heads/trunk Commit: 7b38b7e54d23af3a7ea0af4f870e7e05f2e52824 Parents: c5285d2 Author: Michael Shuler <[email protected]> Authored: Wed May 30 16:02:47 2018 -0500 Committer: Michael Shuler <[email protected]> Committed: Wed May 30 16:02:47 2018 -0500 ---------------------------------------------------------------------- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/7b38b7e5/doc/README.md ---------------------------------------------------------------------- diff --git a/doc/README.md b/doc/README.md index 4d7dd05..eeb5a1c 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: ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
