Skip to content

Commit 96d4f09

Browse files
committed
removing logging from the build
1 parent 734b58b commit 96d4f09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929

3030
_log = logging.getLogger("sisl_doc")
3131

32+
# Currently disabling logging.INFO because of nodify, it would likely be best
33+
# if we are only removing that one!
34+
logging.disable(logging.INFO)
35+
3236
_doc_root = pathlib.Path(__file__).absolute().parent
3337
# If extensions (or modules to document with autodoc) are in another directory,
3438
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)