Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 5745fd2

Browse files
authored
Update .readthedocs.yml
Path to the conf.py was wrong! Updating now and Python version to 3.9 This explains why previous read the docs have been failing.
1 parent 16c6df2 commit 5745fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
10-
configuration: docs/readthedocs/source/conf.py
10+
configuration: docs/readthedocs/src/conf.py
1111

1212
# Optionally build your docs in additional formats such as PDF
1313
formats:
1414
- pdf
1515

1616
# Optionally set the version of Python and requirements required to build your docs
1717
python:
18-
version: 3.7
18+
version: 3.9
1919
install:
2020
- requirements: docs/readthedocs/requirements.txt

0 commit comments

Comments
 (0)