diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-13 14:17:45 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-16 14:53:46 +0200 |
commit | cec21957001143794e71bcd9420283df18e7de40 (patch) | |
tree | 07105f6b69454f1ebd5f1988402980db6b2c29e4 /.gitmodules | |
parent | 26e6b39de3213969d7de7f8bb3d4a849136866d1 (diff) |
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).
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..ac3559da --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/alabaster"] + path = doc/alabaster + url = git://github.com/bitprophet/alabaster.git |