Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Jan 21, 2025
1 parent bd600ca commit c0d0161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -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("../.."))
Expand Down

0 comments on commit c0d0161

Please sign in to comment.