Add latest version of Sphinx (#4264)

* Add latest version of Sphinx

* Flake8 fix
This commit is contained in:
Adam J. Stewart
2017-05-17 18:07:10 -05:00
committed by GitHub
parent 3e8662aaa7
commit 96560cc11f
15 changed files with 184 additions and 51 deletions

View File

@@ -28,10 +28,12 @@
class PySphinxRtdTheme(PythonPackage):
"""ReadTheDocs.org theme for Sphinx."""
homepage = "https://pypi.python.org/pypi/sphinx_rtd_theme"
url = "https://pypi.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-0.1.10a0.tar.gz"
homepage = "https://github.com/rtfd/sphinx_rtd_theme/"
url = "https://pypi.io/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-0.1.10a0.tar.gz"
version('0.1.10a0', '83bd95cae55aa8b773a8cc3a41094282',
url="https://pypi.python.org/packages/da/6b/1b75f13d8aa3333f19c6cdf1f0bc9f52ea739cae464fbee050307c121857/sphinx_rtd_theme-0.1.10a0.tar.gz")
import_modules = ['sphinx_rtd_theme']
version('0.2.5b1', '0923473a43bd2527f32151f195f2a521')
version('0.1.10a0', '83bd95cae55aa8b773a8cc3a41094282')
depends_on('py-setuptools', type='build')