Thanks to kosiakk for the suggestion (via pull request github nwf/dyna#72).
This commit does not us to this theme, merely makes it available. I'll
leave the actual flip to someone with a sense of aesthetics. :)
[submodule "external/ekmett-trifecta"]
path = external/ekmett-trifecta
url = git://github.com/ekmett/trifecta.git
+[submodule "docs/sphinx/_themes/bootstrap"]
+ path = docs/sphinx/_themes/bootstrap
+ url = https://github.com/ryan-roemer/sphinx-bootstrap-theme.git
--- /dev/null
+Subproject commit 71d6ae5999333f256e69a760a81bc844342dbd2e
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = [ '_themes/bootstrap' ]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".