From f846899d98255433d4dd7e7ff6b782c0d948bb28 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 25 Aug 2020 21:32:26 -0500
Subject: [PATCH] Set doc autoclass_content to 'class'

---
 doc/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index d75d2aa2..dc8f0e24 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -170,7 +170,7 @@ html_sidebars = {
 # 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,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+#html_static_path = ['_static']
 
 # Add any extra paths that contain custom files (such as robots.txt or
 # .htaccess) here, relative to this directory. These files are copied
@@ -327,4 +327,4 @@ intersphinx_mapping = {
     'https://documen.tician.de/meshmode/': None,
     'http://documen.tician.de/loopy/': None,
     }
-autoclass_content = "both"
+autoclass_content = "class"
-- 
GitLab