
This adds some initial content as well as structure to the new OpenMP Sphinx documentation hosted at http://openmp.llvm.org/docs/ . The content contains some useful links but most pages are still empty. This uses a "custom" theme which is a copy of the default "agogo" one with minor modifications to get a nicer table of content in the sidebar. This way we can also adjust the theme as we go. Reviewed By: jhuber6, JonChesterfield Differential Revision: https://reviews.llvm.org/D90256
21 lines
477 B
Plaintext
21 lines
477 B
Plaintext
[theme]
|
|
inherit = basic
|
|
stylesheet = agogo.css
|
|
pygments_style = tango
|
|
|
|
[options]
|
|
bodyfont = "Verdana", Arial, sans-serif
|
|
headerfont = "Georgia", "Times New Roman", serif
|
|
pagewidth = 70em
|
|
documentwidth = 50em
|
|
rightsidebar = true
|
|
sidebarwidth = 20em
|
|
bgcolor = #eeeeec
|
|
headerbg = #555573 url(bgtop.png) top left repeat-x
|
|
footerbg = url(bgfooter.png) top left repeat-x
|
|
linkcolor = #ce5c00
|
|
headercolor1 = #204a87
|
|
headercolor2 = #3465a4
|
|
headerlinkcolor = #fcaf3e
|
|
textalign = justify
|