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 85634f3 commit 88e5023Copy full SHA for 88e5023
docs/source/conf.py
@@ -12,7 +12,6 @@
12
# serve to show the default.
13
14
import datetime
15
-import sys, os
16
import subprocess
17
18
# If extensions (or modules to document with autodoc) are in another directory,
@@ -24,7 +23,7 @@
24
23
25
# Add any Sphinx extension module names here, as strings. They can be extensions
26
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27
-extensions = [ 'sphinxcontrib.bitbucket' ]
+extensions = ['sphinxcontrib.bitbucket']
28
29
bitbucket_project_url = 'http://bitbucket.org/dhellmann/virtualenvwrapper/'
30
0 commit comments