mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Replace with requirements file, RTD doesn't handle these patterns well.
This commit is contained in:
parent
16e36af58c
commit
0e0ccffe18
@ -2,8 +2,4 @@ version: 2
|
||||
python:
|
||||
version: 3.6
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
- requirements: docs/requirements.txt
|
||||
|
@ -1 +1,2 @@
|
||||
sphinx_rtd_theme
|
||||
sphinx<2
|
||||
sphinxcontrib-httpdomain
|
||||
|
8
setup.py
8
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user