summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-09 21:39:36 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-09 21:44:36 -0800
commita5b5619c683b6358358615f2cd0c2684864f5850 (patch)
tree8f171f1ff64cd612cda13487e2c8560f11251895 /docs
parent2baf243e27599cd3c3d4cede91cf68075f912856 (diff)
downloadnatsort-a5b5619c683b6358358615f2cd0c2684864f5850.tar.gz
Fix flake8 warning in conf.py
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b47a143..cbcaab4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -110,7 +110,7 @@ on_rtd = os.environ.get('READTHEDOCS') == 'True'
if on_rtd:
html_theme = 'default'
else:
- import sphinx_rtd_theme
+ import sphinx_rtd_theme # noqa: F401
html_theme = 'sphinx_rtd_theme'
# html_theme = 'solar'