Skip to content

Commit 258d12b

Browse files
fix(docs): resolve ReadTheDocs build failures
- Revert INDEX.md to index.md to satisfy RTD root routing - Disable PDF formats in .readthedocs.yaml to bypass LaTeX unicode crashes
1 parent bf2cde7 commit 258d12b

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ python:
1414
install:
1515
- requirements: docs/requirements.txt
1616

17-
formats:
18-
- pdf
19-
- epub
17+
formats: []

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'.rst': 'restructuredtext',
6464
'.md': 'markdown',
6565
}
66-
master_doc = 'INDEX'
66+
master_doc = 'index'
6767

6868
# Custom sidebar templates
6969
html_sidebars = {
File renamed without changes.

0 commit comments

Comments
 (0)