Remove RTD integration now that it isn't requiremed (#684)

This commit is contained in:
Eric Holscher 2018-11-30 12:11:20 -05:00 committed by Aaron Carlisle
parent 28e7c4a47a
commit b9bf19f5be

View File

@ -87,7 +87,3 @@ you should do the following:
$ rm -rf dist/
$ python setup.py sdist bdist_wheel
$ twine upload --sign --identity security@readthedocs.org dist/*
#. In the ``readthedocs.org`` repo, edit the ``bower.json`` file to point at the correct version
(``sphinx-rtd-theme": "https://github.com/rtfd/sphinx-rtd-theme.git#$NEW_VERSION"``).
#. In the ``readthedocs.org`` repo, run ``gulp build`` to update the distributed theme files.