summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorSunil Shetye2019-06-25 15:00:55 +0530
committerGitHub2019-06-25 15:00:55 +0530
commit32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8 (patch)
treefc23c9c31d0821fa0deec33aa452f70df602217d /conf.py
parent73399832febef4407eb8d8a9e57d535f18b18654 (diff)
parentc263636b86d204c9500ed2fe58e4f9db74c28bee (diff)
downloadeSim-32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8.tar.gz
eSim-32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8.tar.bz2
eSim-32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8.zip
Merge pull request #101 from nilshah98/sphinx
Made pep8 compliant, Resolves #100
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index b137e472..5aeb2574 100644
--- a/conf.py
+++ b/conf.py
@@ -17,7 +17,7 @@ import sys
sys.path.insert(0, os.path.abspath('./src'))
# added so that do not need to install them at runtime
-autodoc_mock_imports = ["PyQt4","pathmagic","matplotlib","numpy"]
+autodoc_mock_imports = ["PyQt4", "pathmagic", "matplotlib", "numpy"]
# -- Project information -----------------------------------------------------
project = u'eSim'