Skip to content

Commit 6370426

Browse files
committed
Update .readthedocs.yaml
./.readthedocs.yaml Warning: 5:1 [document-start] missing document start "---" Error: 16:81 [line-length] line too long (110 > 80 characters) Error: 30:4 [indentation] wrong indentation: expected 2 but found 3 Error: 32:50 [new-line-at-end-of-file] no new line character at the end of file
1 parent 1369401 commit 6370426

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.readthedocs.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Read the Docs configuration file for Sphinx projects
23
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
34

@@ -13,7 +14,8 @@ build:
1314
# Build documentation in the "docs/" directory with Sphinx
1415
sphinx:
1516
configuration: docs/conf.py
16-
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
17+
# You can configure Sphinx to use a different builder,
18+
# for instance use the dirhtml builder for simpler URLs
1719
# builder: "dirhtml"
1820
# Fail on all warnings to avoid broken references
1921
fail_on_warning: true
@@ -27,6 +29,6 @@ sphinx:
2729
# to build your documentation
2830
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2931
python:
30-
install:
31-
- requirements: requirements.txt
32-
- requirements: docs/sphinx_requirements.txt
32+
install:
33+
- requirements: requirements.txt
34+
- requirements: docs/sphinx_requirements.txt

0 commit comments

Comments
 (0)