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