Skip to content

Commit 126091b

Browse files
authored
Merge pull request #1334 from dgarcia360/patch-1
docs: fix md redirections for multiversion support
2 parents a9c27fa + 38175b7 commit 126091b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The suffix(es) of source filenames.
4343
# You can specify multiple suffix as a list of string:
4444
#
45-
source_suffix = ['.rst']
45+
source_suffix = ['.rst', '.md']
4646
autosectionlabel_prefix_document = True
4747

4848
# The master toctree document.

0 commit comments

Comments
 (0)