Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 6e87f37

Browse files
committed
Add build os to readthedocs config
Need to specify the os to specify python version readthedocs/readthedocs.org#8912
1 parent 7c26876 commit 6e87f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ sphinx:
1010
configuration: docs/conf.py
1111

1212
build:
13+
os: ubuntu-22.04
1314
tools:
14-
python: 3.10
15+
python: "3.10"
1516
image: testing
1617
apt_packages:
1718
- libsnappy-dev

0 commit comments

Comments
 (0)