Skip to content

Commit c21b5a0

Browse files
committed
Remove .rst files and point conf.py to pick up .md
1 parent 7ef55e4 commit c21b5a0

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

flang/docs/FIRLangRef.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

flang/docs/FlangCommandLineReference.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

flang/docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
# Add any paths that contain templates here, relative to this directory.
4444
templates_path = ["_templates"]
45+
source_suffix = [".md"]
4546
myst_heading_anchors = 6
4647

4748
import sphinx
@@ -227,9 +228,7 @@
227228

228229
# One entry per manual page. List of tuples
229230
# (source start file, name, description, authors, manual section).
230-
man_pages = [
231-
('index', 'flang', 'Flang Documentation', ['Flang Contributors'], 1)
232-
]
231+
man_pages = [("index", "flang", "Flang Documentation", ["Flang Contributors"], 1)]
233232

234233
# If true, show URL addresses after external links.
235234
# man_show_urls = False

flang/docs/index.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)