We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd600ca commit c0d0161Copy full SHA for c0d0161
1 file changed
docs/source/conf.py
@@ -1,8 +1,10 @@
1
# Configuration file for the Sphinx documentation builder.
2
import os
3
import sys
4
+
5
import sphinx.util.logging
-sphinx.util.logging.getLogger('sphinx').setLevel('ERROR')
6
7
+sphinx.util.logging.getLogger("sphinx").setLevel("ERROR")
8
9
# Need this so sphinx can find lumache.py. Change is .py files are elsewhere than root.
10
sys.path.insert(0, os.path.abspath("../.."))
0 commit comments