Skip to content

Commit e21a8fe

Browse files
authored
Attempt to fix the read the docs pipeline. (#115)
* Attempt to fix the read the docs pipeline. * Yamllint. Co-authored-by: Leo Kirchner <[email protected]>
1 parent 46af6c4 commit e21a8fe

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.readthedocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ sphinx:
77
fail_on_warning: false
88

99
python:
10-
version: 3.7
10+
version: "3.7"
1111
install:
12-
- method: "pip"
13-
path: "."
14-
extra_requirements:
15-
- "docs"
12+
- requirements: "docs/requirements.txt"

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
m2r2==0.2.7
2+
mistune==0.8.4
3+
sphinx==4.5.0
4+
toml==0.10.2
5+
sphinx-rtd-theme==1.0.0

0 commit comments

Comments
 (0)