From 06097fffa191dc5c4c7db990e973982863b2ac6c Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 8 Sep 2018 00:31:48 +0300 Subject: [PATCH] Remove `sphinxcontrib.programoutput` --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a51cc5b9..11a5143b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,7 +41,6 @@ extensions = [ 'sphinx.ext.viewcode', 'sphinx.ext.autodoc', 'sphinx.ext.ifconfig', - 'sphinxcontrib.programoutput', ] # Add any paths that contain templates here, relative to this directory.