Skip to content

Commit 7aaac6c

Browse files
author
Juha Tiihonen
committed
Add Python requirements to RTD YAML
1 parent ad0f13c commit 7aaac6c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ build:
77

88
sphinx:
99
configuration: sphinx/conf.py
10-
fail_on_warning: false
10+
fail_on_warning: false
11+
12+
python:
13+
install:
14+
- requirements: sphinx/requirements.txt

sphinx/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme==3.0.1

0 commit comments

Comments
 (0)