From 253fa2df66413bbb1ac9e606512a761e20418df2 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 6 Jan 2020 22:37:06 -0800 Subject: [PATCH] exhale takes so long to run that it breaks readthedocs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7cb2a7fc..55611848 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,8 +30,8 @@ author = 'Keyboardio & Friends' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'breathe', - 'exhale', + #'breathe', + #'exhale', 'recommonmark' ]