From 4549934698ffc5e93eda5b5d275aae365e21a6ff Mon Sep 17 00:00:00 2001 From: RobinVogel Date: Tue, 19 Nov 2019 23:05:21 +0100 Subject: [PATCH] maj --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 0f46992d..66ff3dcd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -65,3 +65,7 @@ # generate autosummary even if no references autosummary_generate = True + +# Switch to old behavior with html4, for a good display of references, +# as described in https://github.com/sphinx-doc/sphinx/issues/6705 +html4_writer = True