From 87de75db8c2590b54816daf5848d478100b29b00 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 15 Aug 2022 07:33:17 -0400 Subject: docs: don't use tabs while we work out the docutil version pinning --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index cca82316..b88c90c1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinxcontrib.restbuilder', 'sphinx.ext.napoleon', - 'sphinx_tabs.tabs', + #'sphinx_tabs.tabs', ] # Add any paths that contain templates here, relative to this directory. -- cgit v1.2.1