Skip to content

Commit 75594d0

Browse files
committed
fix: md redirects
1 parent c85f7b9 commit 75594d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@
5252
# The suffix(es) of source filenames.
5353
# You can specify multiple suffix as a list of string:
5454
#
55-
source_suffix = {
56-
'.rst': 'restructuredtext',
57-
'.md': 'markdown',
58-
}
55+
source_suffix = ['.rst', '.md']
5956
autosectionlabel_prefix_document = True
6057

6158
# The master toctree document.

0 commit comments

Comments
 (0)