Skip to content

Commit 6d3ae0b

Browse files
committed
Fix autodoc on rtd
1 parent 5f3318c commit 6d3ae0b

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.readthedocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ python:
1515
version: 3.7
1616
install:
1717
- requirements: docs/requirements-doc.txt
18+
- method: pip
19+
path: .

docs/requirements-doc.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
sphinx
2-
recommonmark
32
m2r
43
sphinxcontrib-napoleon
54
sphinxcontrib-openapi
6-
boto3==1.9.91
7-
botocore>=1.12.91,<1.12.92

setup.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,7 @@
7777
'aioboto3',
7878
],
7979
extras_require={
80-
'docs': [
81-
'sphinx>=2.0',
82-
'recommonmark',
83-
'm2r',
84-
'sphinxcontrib-napoleon',
85-
'sphinxcontrib-openapi',
86-
'boto3==1.9.91',
87-
'botocore>=1.12.91,<1.12.92',
88-
],
80+
'docs': ['sphinx', 'm2r', 'sphinxcontrib-napoleon', 'sphinxcontrib-openapi'],
8981
'test': [
9082
'codecov',
9183
'coverage',

0 commit comments

Comments
 (0)