Skip to content

Commit c800792

Browse files
dgarcia360Bouncheck
authored andcommitted
fix: md redirects
1 parent 0f278dc commit c800792

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
@@ -57,10 +57,7 @@
5757
# The suffix(es) of source filenames.
5858
# You can specify multiple suffix as a list of string:
5959
#
60-
source_suffix = {
61-
'.rst': 'restructuredtext',
62-
'.md': 'markdown',
63-
}
60+
source_suffix = ['.rst', '.md']
6461
autosectionlabel_prefix_document = True
6562

6663
# The master toctree document.

0 commit comments

Comments
 (0)