Skip to content

Commit 65a98cc

Browse files
RobinVogelperimosocordiae
authored andcommitted
Correct display of references problem in Sphinx 2.1.1 (#265)
Reverts to html4 mode because themes haven't updated yet.
1 parent 7700529 commit 65a98cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@
6565

6666
# generate autosummary even if no references
6767
autosummary_generate = True
68+
69+
# Switch to old behavior with html4, for a good display of references,
70+
# as described in https://github.com/sphinx-doc/sphinx/issues/6705
71+
html4_writer = True

0 commit comments

Comments
 (0)