Fixes the following warning.

WARNING: 'default' html theme has been renamed to 'classic'. Please change your
html_theme setting either to the new 'alabaster' default theme, or to 'classic'
to keep using the old default.

As reported by https://bugs.gentoo.org/show_bug.cgi?id=614520

Signed-off-by: Matthew Thode <mth...@mthode.org>
---
 Documentation/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 49514ec..8dffcf5 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -146,7 +146,7 @@ linkcheck_anchors = False
 if use_ovs_theme:
     html_theme = 'ovs'
 else:
-    html_theme = 'default'
+    html_theme = 'classic'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
-- 
2.10.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to