Skip to content

Commit 5646700

Browse files
authored
docs: fix readthedocs.io config with new required keys (#54)
1 parent e1ac38e commit 5646700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
22
version: 2
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3" # latest 3.x CPython release
37
sphinx:
48
configuration: docs/conf.py
59
formats: all

0 commit comments

Comments
 (0)