From 0a0dd9d416d864a1e92fdcde290bdc084f79fe97 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 15:22:26 +0100 Subject: [PATCH] Revert "Set Sphinx default_role to allow single backslash to be render as 'option' role." This reverts commit 2de227e59ca7a4d31d56841d3e2ce4f46e743af7. This does not fix the issue we are having with :any: roles. --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d38108d..ded0ce9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,5 +63,3 @@ html_static_path = ['_static'] # https://stackoverflow.com/a/56448499 master_doc = 'index' - -default_role = 'option'