Skip to content

Commit cd886e1

Browse files
committed
Enable docs-flang-html to build
1 parent 56340f2 commit cd886e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flang/docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242

4343
# Add any paths that contain templates here, relative to this directory.
4444
templates_path = ["_templates"]
45-
source_suffix = [".md"]
45+
source_suffix = {
46+
".rst": "restructuredtext",
47+
".md": "markdown",
48+
}
4649
myst_heading_anchors = 6
4750

4851
import sphinx

0 commit comments

Comments
 (0)