Skip to content

Commit 188cfb5

Browse files
authored
Merge pull request #2306 from verilog-to-routing/fix_rtd
fix readthedocs build
2 parents 3ecf1a3 + 0b42593 commit 188cfb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ sphinx:
1414
formats: all
1515

1616
# Optionally set the version of Python and requirements required to build your docs
17+
build:
18+
os: ubuntu-22.04
19+
tools:
20+
python: "3.11"
21+
1722
python:
18-
version: 3.8
1923
install:
2024
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)