Skip to content

Commit

Permalink
Documentation/conf.py: Fix line length.
Browse files Browse the repository at this point in the history
A previous commit introduced a line that was greater than 79
characters long, causing a flake8 warning to be emitted.

Reported-by: Joe Stringer <[email protected]>
Fixes: 5ca8912 ("docs: Refer to correct package name for sphinx theme.")
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Jul 27, 2017
1 parent fb296f4 commit c302537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
import ovs_sphinx_theme
use_ovs_theme = True
except ImportError:
print("Cannot find 'ovs-sphinx-theme' package. Falling back to default theme.")
print("Cannot find 'ovs-sphinx-theme' package. "
"Falling back to default theme.")
use_ovs_theme = False

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit c302537

Please sign in to comment.