Skip to content

Commit 9bfb0b6

Browse files
author
Konstantin Ivaschenko
committed
Fix doc build
1 parent 12da405 commit 9bfb0b6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ sphinx:
88
# Optionally build your docs in additional formats such as PDF and ePub
99
formats: all
1010

11-
# Optionally set the version of Python and requirements required to build your docs
11+
# Set the OS, Python version and other tools you might need
12+
build:
13+
os: ubuntu-22.04
14+
tools:
15+
python: "3.7"
16+
17+
# Python configuration
1218
python:
13-
version: 3.7
1419
install:
1520
- method: pip
1621
path: .

0 commit comments

Comments
 (0)