From 5141a397a39e5505bfd6efb0de08ad80e29582f5 Mon Sep 17 00:00:00 2001 From: Paolo Corti Date: Tue, 10 Apr 2012 16:16:41 +0200 Subject: [PATCH] Import linfiniti-sphinx-theme as a git submodule --- .gitmodules | 3 +++ linfiniti-sphinx-theme | 1 + readme.rst | 2 +- source/conf.py | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 linfiniti-sphinx-theme diff --git a/.gitmodules b/.gitmodules index 858f988..b14b693 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "externals/QGIS-Governance"] path = externals/QGIS-Governance url = git@github.com:capooti/QGIS-Governance.git +[submodule "linfiniti-sphinx-theme"] + path = linfiniti-sphinx-theme + url = git@github.com:timlinux/linfiniti-sphinx-theme.git diff --git a/linfiniti-sphinx-theme b/linfiniti-sphinx-theme new file mode 160000 index 0000000..2d18c2b --- /dev/null +++ b/linfiniti-sphinx-theme @@ -0,0 +1 @@ +Subproject commit 2d18c2b401aa2b3c4a128f9fe85471ed0d0571ce diff --git a/readme.rst b/readme.rst index cbb739c..7ebc9df 100644 --- a/readme.rst +++ b/readme.rst @@ -5,7 +5,7 @@ QGIS Documentation Introduction ================================================================================ -`View Online (html) `_ +`View Online (html) `_ (only in English, ReadTheDocs does not support Internationalization at this time) diff --git a/source/conf.py b/source/conf.py index 12d856b..cb3f1db 100644 --- a/source/conf.py +++ b/source/conf.py @@ -91,7 +91,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'qgis-theme' +html_theme = 'linfiniti-sphinx-theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the