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 734b58b commit 96d4f09Copy full SHA for 96d4f09
docs/conf.py
@@ -29,6 +29,10 @@
29
30
_log = logging.getLogger("sisl_doc")
31
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
+
36
_doc_root = pathlib.Path(__file__).absolute().parent
37
# If extensions (or modules to document with autodoc) are in another directory,
38
# add these directories to sys.path here. If the directory is relative to the
0 commit comments