Skip to content

Commit b2aaa78

Browse files
committed
Merge pull request shuup#5 from tulimaki/fix-shoop-theme
Move sphinx-shoop-theme in requirements instead submodule (SHOOP-2419)
2 parents 595455f + bd2e3e0 commit b2aaa78

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ recommonmark==0.4.0
1818
six==1.10.0 # via sphinx
1919
snowballstemmer==1.2.1 # via sphinx
2020
Sphinx==1.4.1
21+
git+https://github.com/shoopio/sphinx-shoop-theme.git#egg=sphinx-shoop-theme

source/_themes/sphinx_shoop_theme

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
1414

15+
import sphinx_shoop_theme
16+
1517
from recommonmark.parser import CommonMarkParser
1618

1719
# -- General configuration ------------------------------------------------
@@ -108,7 +110,7 @@
108110
# The theme to use for HTML and HTML Help pages. See the documentation for
109111
# a list of builtin themes.
110112
html_theme = 'sphinx_shoop_theme'
111-
html_theme_path = ['_themes']
113+
html_theme_path = [sphinx_shoop_theme.get_html_theme_path()]
112114

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

sphinx-shoop-theme

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)