Skip to content

Commit d557f8d

Browse files
authored
Add conf.py to .readthedocs.yml (#132)
1 parent 1449ed7 commit d557f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .readthedocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3"
6+
python: "3.12"
77

88
python:
99
install:
@@ -16,3 +16,4 @@ python:
1616
sphinx:
1717
builder: html
1818
fail_on_warning: true
19+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)