From a15a68df39c85d55641c1e828fcdccf52f00382f Mon Sep 17 00:00:00 2001
From: Roger Leigh <[EMAIL REDACTED]>
Date: Sun, 5 Jun 2022 07:25:32 +0100
Subject: [PATCH] doc: Use sphinxdox theme
The sphix_rtd_theme formats complex tables badly.
---
doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 11748d66..212cabfc 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -76,7 +76,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'sphinxdoc'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,