Skip to content

Commit 0ccfe86

Browse files
committedOct 28, 2022
Replace docs/requirements.txt with docs extra
1 parent 9983735 commit 0ccfe86

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed
 

‎.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: 2
22

33
python:
44
install:
5-
- requirements: docs/requirements.txt
65
- method: pip
76
path: .
87
extra_requirements:
98
- async
9+
- docs

‎docs/requirements.txt

-6
This file was deleted.

‎setup.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,15 @@
4141
extras_require={
4242
"async": [
4343
"aiohttp>=3.7.3,<4",
44-
"async-lru>=1.0.3,<2"
44+
"async-lru>=1.0.3,<2",
45+
],
46+
"docs": [
47+
"myst-parser==0.15.2",
48+
"readthedocs-sphinx-search==0.1.1",
49+
"sphinx==4.2.0",
50+
"sphinx-hoverxref==0.7b1",
51+
"sphinx-tabs==3.2.0",
52+
"sphinx_rtd_theme==1.0.0",
4553
],
4654
"dev": [
4755
"coverage>=4.4.2",

0 commit comments

Comments
 (0)