We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9983735 commit 0ccfe86Copy full SHA for 0ccfe86
.readthedocs.yaml
@@ -2,8 +2,8 @@ version: 2
2
3
python:
4
install:
5
- - requirements: docs/requirements.txt
6
- method: pip
7
path: .
8
extra_requirements:
9
- async
+ - docs
docs/requirements.txt
setup.py
@@ -41,7 +41,15 @@
41
extras_require={
42
"async": [
43
"aiohttp>=3.7.3,<4",
44
- "async-lru>=1.0.3,<2"
+ "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",
53
],
54
"dev": [
55
"coverage>=4.4.2",
0 commit comments