Refactor configure_logging

This commit is contained in:
James R. Barlow
2019-05-20 14:54:34 -07:00
parent 7ee0c52a57
commit 2fdaa76a0d
4 changed files with 24 additions and 19 deletions
+1 -3
View File
@@ -30,9 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
# 'sphinx.ext.mathjax',
]
extensions = ['sphinx.ext.napoleon']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']