Replace with requirements file, RTD doesn't handle these patterns well.

This commit is contained in:
Anthony Johnson 2019-07-24 23:36:13 -06:00
parent 16e36af58c
commit 0e0ccffe18
3 changed files with 3 additions and 12 deletions

View File

@ -2,8 +2,4 @@ version: 2
python:
version: 3.6
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt

View File

@ -1 +1,2 @@
sphinx_rtd_theme
sphinx<2
sphinxcontrib-httpdomain

View File

@ -10,8 +10,6 @@ import distutils.cmd
from io import open
from setuptools import setup
from sphinx_rtd_theme import __version__
class LocalizeCommand(distutils.cmd.Command):
@ -55,7 +53,7 @@ class TransifexCommand(distutils.cmd.Command):
setup(
name='sphinx_rtd_theme',
version=__version__,
version='0.4.3.dev0',
url='https://github.com/rtfd/sphinx_rtd_theme/',
license='MIT',
author='Dave Snider, Read the Docs, Inc. & contributors',
@ -90,10 +88,6 @@ setup(
'transifex-client',
'sphinxcontrib-httpdomain',
],
'docs': [
'sphinxcontrib-httpdomain',
'sphinx_rtd_theme==0.4.3',
]
},
classifiers=[
'Framework :: Sphinx',