Skip to content

Commit b9fcfb4

Browse files
authored
docs: fix RTFD build (#476)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4454d60 commit b9fcfb4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ formats: all
3838
# Optionally declare the Python requirements required to build your docs
3939
python:
4040
install:
41-
- method: pip
42-
path: .
4341
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
m2r2>=0.3.2
2-
Sphinx>=7.2.6,<8
3-
sphinx-autoapi>=2.1.1,<3
2+
sphinx>=7.2.6,<8
3+
sphinx-autoapi>=3.0.0,<4
44
sphinx-rtd-theme>=1.3.0,<2

0 commit comments

Comments
 (0)