Set Sphinx default_role to allow single backslash to be render as 'option' role.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-12-11 14:54:09 +01:00
parent cb5ba7db43
commit 2de227e59c
+2
View File
@@ -63,3 +63,5 @@ html_static_path = ['_static']
# https://stackoverflow.com/a/56448499
master_doc = 'index'
default_role = 'option'