Skip to content

Commit 0e0ccff

Browse files
committed
Replace with requirements file, RTD doesn't handle these patterns well.
1 parent 16e36af commit 0e0ccff

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.readthedocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ version: 2
22
python:
33
version: 3.6
44
install:
5-
- method: pip
6-
path: .
7-
extra_requirements:
8-
- docs
95
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
sphinx_rtd_theme
1+
sphinx<2
2+
sphinxcontrib-httpdomain

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
from io import open
1111
from setuptools import setup
1212

13-
from sphinx_rtd_theme import __version__
14-
1513

1614
class LocalizeCommand(distutils.cmd.Command):
1715

@@ -55,7 +53,7 @@ def run(self):
5553

5654
setup(
5755
name='sphinx_rtd_theme',
58-
version=__version__,
56+
version='0.4.3.dev0',
5957
url='https://github.com/rtfd/sphinx_rtd_theme/',
6058
license='MIT',
6159
author='Dave Snider, Read the Docs, Inc. & contributors',
@@ -90,10 +88,6 @@ def run(self):
9088
'transifex-client',
9189
'sphinxcontrib-httpdomain',
9290
],
93-
'docs': [
94-
'sphinxcontrib-httpdomain',
95-
'sphinx_rtd_theme==0.4.3',
96-
]
9791
},
9892
classifiers=[
9993
'Framework :: Sphinx',

0 commit comments

Comments
 (0)