summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:20 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:46:47 -0800
commitdaf5079e73550f868f0f7ea7c296d395eaff77ad (patch)
tree1b543eb57c0da86c7cd88c9c7ceb8d31ffa507ac /.gitignore
parent7971b36c3acc279f8e931d360f16c200752a3be2 (diff)
downloadopenvswitch-daf5079e73550f868f0f7ea7c296d395eaff77ad.tar.gz
Add initial sphinx configuration
This is essentially the output of 'sphinx-quickstart' but with the following changes: - Parts of the generated Makefile are merged into the existing Documentation/automake.mk Makefile - A license is added to the index.rst file - The OVS logo is added - A 'contents' page is added, so we don't need to include a TOC on the home page - The theme is switched to 'bizstyle', which makes better use of horizontal real estate than the default 'alabaster' theme Copyright is assigned to "The Open vSwitch Development Community". Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dadd4ad75..f61f77250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@ testsuite.tmp.orig
/rpm/
/openvswitch*.tar.gz
/tests/lcov/
+/Documentation/_build