summaryrefslogtreecommitdiff
path: root/net-misc/openvswitch/files/doc-fix.patch
blob: 1d6df01147efdca0b59285b4b2b7e76fa12b3c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
We might want to backport this if there are any releases with the Sphinx
docs present.
---
 Documentation/conf.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 49514ec..97f402e 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -145,8 +145,6 @@ linkcheck_anchors = False
 #
 if use_ovs_theme:
     html_theme = 'ovs'
-else:
-    html_theme = 'default'