Skip to content

Commit aabba19

Browse files
committed
build: trying to fix rtd compilation error
1 parent 97911c9 commit aabba19

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.readthedocs.yml

+25-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,32 @@ build:
77

88
# Configuration
99
python:
10-
version: 3.10.11
10+
version: 3.10
1111
install:
1212
- requirements: docs/requirements.txt
1313
- method: pip
1414
path: .
15+
16+
17+
# Read the Docs configuration file for Sphinx projects
18+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
19+
20+
# Required
21+
version: 2
22+
23+
python:
24+
install:
25+
- method: pip
26+
path: .
27+
extra_requirements:
28+
- docs
29+
30+
# Set the OS, Python version and other tools you might need
31+
build:
32+
os: ubuntu-22.04
33+
tools:
34+
python: "3.10"
35+
36+
# Build documentation in the "docs/" directory with Sphinx
37+
sphinx:
38+
configuration: docs/conf.py

0 commit comments

Comments
 (0)