Skip to content

Commit 848fa2c

Browse files
committed
Set source_suffix in sphinx conf file
Without setting it explicitly readthedocs doesn't find the `index.md` file, it tries *really, really hard* to use `index.rst` even when it doesn't exists.
1 parent ecd0399 commit 848fa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"myst_parser",
2323
"sphinx.ext.autodoc",
2424
]
25-
25+
source_suffix = [".md"]
2626
templates_path = ["_templates"]
2727
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2828

0 commit comments

Comments
 (0)