Skip to content

Commit c0d0161

Browse files
committed
format
1 parent bd600ca commit c0d0161

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Configuration file for the Sphinx documentation builder.
22
import os
33
import sys
4+
45
import sphinx.util.logging
5-
sphinx.util.logging.getLogger('sphinx').setLevel('ERROR')
6+
7+
sphinx.util.logging.getLogger("sphinx").setLevel("ERROR")
68

79
# Need this so sphinx can find lumache.py. Change is .py files are elsewhere than root.
810
sys.path.insert(0, os.path.abspath("../.."))

0 commit comments

Comments
 (0)