Skip to content

Commit 157184b

Browse files
authored
fix: docs requirements (#1512)
1 parent 1f3fe93 commit 157184b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ sphinx:
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3333
python:
3434
install:
35-
- requirements: docs/requirements.txt
35+
- requirements: docs/requirements.txt
36+
- requirements: requirements.txt

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
sphinx==8.1.3
22
sphinx_rtd_theme==3.0.1
33
sphinx-copybutton>=0.5.0
4-
aiohttp

0 commit comments

Comments
 (0)