[ovs-dev] [PATCH] docs: Refer to correct package name for sphinx theme.

Russell Bryant russell at ovn.org
Fri Jul 21 00:23:21 UTC 2017


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 <russell at ovn.org>
---
 Documentation/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 77c4df5c0..3621c4867 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -19,7 +19,7 @@ try:
     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 ------------------------------------------------
-- 
2.13.3



More information about the dev mailing list