Skip to content

Commit

Permalink
docs: Refer to correct package name for sphinx theme.
Browse files Browse the repository at this point in the history
Update the log message emitted when the OVS sphinx theme is not found
to reference the name of the package to be installed via pip:
ovs-sphinx-theme.

Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Lance Richardson <[email protected]>
  • Loading branch information
russellb committed Jul 26, 2017
1 parent 9c2f61e commit 5ca8912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import ovs_sphinx_theme
use_ovs_theme = True
except ImportError:
print("Cannot find 'ovs_sphinx' 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 5ca8912

Please sign in to comment.