]> hydra-www.ietfng.org Git - dyna2/commitdiff
Add sphinx bootstrap theme as git submodule
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 27 Feb 2014 02:31:21 +0000 (21:31 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 27 Feb 2014 02:31:21 +0000 (21:31 -0500)
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. :)

.gitmodules
docs/sphinx/_themes/bootstrap [new submodule]
docs/sphinx/conf.py

index a2431b86856bdcefb9730cd0a72d242f66546530..cab8fd7a7513d109028ca0f7a0d215cf162513a2 100644 (file)
@@ -7,3 +7,6 @@
 [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
diff --git a/docs/sphinx/_themes/bootstrap b/docs/sphinx/_themes/bootstrap
new file mode 160000 (submodule)
index 0000000..71d6ae5
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 71d6ae5999333f256e69a760a81bc844342dbd2e
index 9e2889cb4e748c5ea9d925afa62da6ce3b2be4b5..0247cee71a3438c084247869934594a0d7d43b77 100644 (file)
@@ -117,7 +117,7 @@ html_theme = 'default'
 #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".