]> git.proxmox.com Git - mirror_ovs.git/commit
Add initial sphinx configuration
authorStephen Finucane <stephen@that.guru>
Thu, 8 Dec 2016 12:55:20 +0000 (12:55 +0000)
committerBen Pfaff <blp@ovn.org>
Mon, 12 Dec 2016 16:46:47 +0000 (08:46 -0800)
commitdaf5079e73550f868f0f7ea7c296d395eaff77ad
tree1b543eb57c0da86c7cd88c9c7ceb8d31ffa507ac
parent7971b36c3acc279f8e931d360f16c200752a3be2
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>
.gitignore
Documentation/_static/logo.png [new file with mode: 0644]
Documentation/automake.mk
Documentation/conf.py [new file with mode: 0644]
Documentation/contents.rst [new file with mode: 0644]
Documentation/index.rst [new file with mode: 0644]