Skip to content

Commit 38175b7

Browse files
authored
docs: fix md redirections for multiversion support
Related issue & explanation scylladb/scylladb#23957 This should allow navigation between versions without being redirected to the main index page: ![image](https://github.com/user-attachments/assets/42995eb4-80d2-4931-9d1c-ba31c18a48f5) **Note:** This fix will only apply to future versions unless backported. While backporting may not be worth the effort, it's important to be aware that the issue will remain in older versions.
1 parent a9c27fa commit 38175b7

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)