Skip to content

Commit ec60b53

Browse files
committed
fix
1 parent 54cd12b commit ec60b53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.readthedocs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
---
21
# .readthedocs.yml
32
# Read the Docs configuration file
43
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
54

6-
# Required
75
version: 2
86

9-
# Build documentation in the docs/ directory with Sphinx
107
sphinx:
118
configuration: docs/source/conf.py
129
builder: html
1310
fail_on_warning: true
1411

15-
# Optionally build your docs in additional formats such as PDF
1612
formats:
1713
- pdf
1814

19-
# Optionally set the version of Python and requirements required to build your docs
2015
python:
21-
version: 3.8
16+
version: "3.8"
2217
install:
2318
- requirements: requirements.txt

0 commit comments

Comments
 (0)