diff --git a/docs/source/conf.py b/docs/source/conf.py index 441aa8b..24c8880 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,8 +1,10 @@ # Configuration file for the Sphinx documentation builder. import os import sys + import sphinx.util.logging -sphinx.util.logging.getLogger('sphinx').setLevel('ERROR') + +sphinx.util.logging.getLogger("sphinx").setLevel("ERROR") # Need this so sphinx can find lumache.py. Change is .py files are elsewhere than root. sys.path.insert(0, os.path.abspath("../.."))