Skip to content

Commit 88e5023

Browse files
committed
fix pep8 issues with sphinx conf file
1 parent 85634f3 commit 88e5023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# serve to show the default.
1313

1414
import datetime
15-
import sys, os
1615
import subprocess
1716

1817
# If extensions (or modules to document with autodoc) are in another directory,
@@ -24,7 +23,7 @@
2423

2524
# Add any Sphinx extension module names here, as strings. They can be extensions
2625
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27-
extensions = [ 'sphinxcontrib.bitbucket' ]
26+
extensions = ['sphinxcontrib.bitbucket']
2827

2928
bitbucket_project_url = 'http://bitbucket.org/dhellmann/virtualenvwrapper/'
3029

0 commit comments

Comments
 (0)