[commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T14529, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: doc: Vendorize alabaster Sphinx theme (cec2195)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:46:19 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: 2.17.3.1-spanfix,alexbiehl-patch-1,ghc-8.0,ghc-8.0-facebook,ghc-head,ghc-head1,haddock-quick,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,travis,v2.17,v2.17.3,v2.18,wip-located-module-as,wip/D2418,wip/T12105,wip/T12105-2,wip/T12942,wip/T13163,wip/T14529,wip/T3384,wip/embelleshed-rdr,wip/new-tree-one-param,wip/rae,wip/remove-frames,wip/remove-frames1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/cec21957001143794e71bcd9420283df18e7de40

>---------------------------------------------------------------

commit cec21957001143794e71bcd9420283df18e7de40
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri May 13 14:17:45 2016 +0200

    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).


>---------------------------------------------------------------

cec21957001143794e71bcd9420283df18e7de40
 .gitmodules   | 3 +++
 doc/alabaster | 1 +
 doc/conf.py   | 1 +
 3 files changed, 5 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..ac3559d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "doc/alabaster"]
+	path = doc/alabaster
+	url = git://github.com/bitprophet/alabaster.git
diff --git a/doc/alabaster b/doc/alabaster
new file mode 160000
index 0000000..aabda11
--- /dev/null
+++ b/doc/alabaster
@@ -0,0 +1 @@
+Subproject commit aabda1182083d21b6d9bafb53ea8a99eb4be4cf0
diff --git a/doc/conf.py b/doc/conf.py
index d6b8bda..6e73eb5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,6 +29,7 @@ pygments_style = 'tango'
 
 # -- Options for HTML output ----------------------------------------------
 
+html_theme_path = ['./alabaster']
 html_theme = 'alabaster'
 htmlhelp_basename = 'Haddockdoc'
 



More information about the ghc-commits mailing list