Skip to content
Snippets Groups Projects
Commit cec21957 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

doc: Vendorize alabaster Sphinx theme

Alabaster is now the default sphinx theme and is a significant
improvement over the previous default that it's worthproviding it when
unavailable (e.g. Sphinx <1.3).
parent 26e6b39d
No related branches found
No related tags found
No related merge requests found
[submodule "doc/alabaster"]
path = doc/alabaster
url = git://github.com/bitprophet/alabaster.git
Subproject commit aabda1182083d21b6d9bafb53ea8a99eb4be4cf0
......@@ -29,6 +29,7 @@ pygments_style = 'tango'
# -- Options for HTML output ----------------------------------------------
html_theme_path = ['./alabaster']
html_theme = 'alabaster'
htmlhelp_basename = 'Haddockdoc'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment