Skip to content

Commit 8832994

Browse files
authored
Fix path to conf.py
1 parent 3e358b7 commit 8832994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ build:
1414
# rust: "1.70"
1515
# golang: "1.20"
1616

17-
# Build documentation in the "docs/" directory with Sphinx
17+
# Build documentation in the "doc/" directory with Sphinx
1818
sphinx:
19-
configuration: docs/conf.py
19+
configuration: doc/conf.py
2020
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
2121
# builder: "dirhtml"
2222
# Fail on all warnings to avoid broken references
2323
# fail_on_warning: true
2424

2525
# Optionally build your docs in additional formats such as PDF and ePub
26-
# formats:
27-
# - pdf
26+
formats:
27+
- pdf
2828
# - epub
2929

3030
# Optional but recommended, declare the Python requirements required

0 commit comments

Comments
 (0)