Skip to content

Commit 6c491c8

Browse files
committed
Configure theme
Configure Sphinx to use Sphinx Shoop Theme. The theme is installed as a submodule and symlinked to source/_themes. Refs SHOOP-2451
1 parent 0eeab47 commit 6c491c8

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "sphinx-shoop-theme"]
2+
path = sphinx-shoop-theme
3+
url = [email protected]:shoopio/sphinx-shoop-theme.git

source/_themes/sphinx_shoop_theme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../sphinx-shoop-theme/sphinx_shoop_theme

source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107

108108
# The theme to use for HTML and HTML Help pages. See the documentation for
109109
# a list of builtin themes.
110-
html_theme = 'alabaster'
110+
html_theme = 'sphinx_shoop_theme'
111+
html_theme_path = ['_themes']
111112

112113
# Theme options are theme-specific and customize the look and feel of a theme
113114
# further. For a list of options available for each theme, see the

sphinx-shoop-theme

Submodule sphinx-shoop-theme added at e5426fb

0 commit comments

Comments
 (0)