summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-03-10 12:25:52 +0300
committerBen Pfaff <blp@ovn.org>2017-03-17 13:19:11 -0700
commit23cb93ff917e2addfed497730a8e72f261e677ce (patch)
tree53a2f4d58cfa7a8b115fba1158d858e97e17c9af /Documentation/conf.py
parentc1397138cedf61856a815b02b9af26f80431d32d (diff)
downloadopenvswitch-23cb93ff917e2addfed497730a8e72f261e677ce.tar.gz
Documentation: Remove external dependence on pygments.
Current documentation uses syntax highlighting in 'sphinx' via 'pygments' library. This leads to build failures on the systems with old version of this library. In fact that only 'windows.rst' uses highlighting it's a very simple change. This helps us to avoid build issues on different systems and allows to remove painful external dependency. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 389ef706a..ab439cf2f 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -107,9 +107,6 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
#
# show_authors = False
-# The name of the Pygments (syntax highlighting) style to use.
-# pygments_style = 'friendly'
-
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []