Skip to content

Commit 7e13d5b

Browse files
author
Gregory-Bessonov
authored
Further improvements on integration with 3rd party services (#55)
1 parent 2db6510 commit 7e13d5b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.readthedocs.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,17 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
10-
configuration: docs/conf.py
10+
builder: html
11+
configuration: docs/conf.py
12+
13+
python:
14+
install:
15+
- requirements: docs/requirements.txt
16+
- requirements: requirements.txt
17+
- method: pip
18+
path: .
19+
20+
build:
21+
os: ubuntu-22.04
22+
tools:
23+
python: "3.7"

0 commit comments

Comments
 (0)