mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
the sys.path should not contain the _themes directory, which is not a
python package
This commit is contained in:
parent
10fc8a733d
commit
7f8f6e8a7e
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ release = version
|
||||||
|
|
||||||
# -- Options for HTML output ---------------------------------------------------
|
# -- Options for HTML output ---------------------------------------------------
|
||||||
|
|
||||||
sys.path.append(os.path.abspath('_themes'))
|
|
||||||
html_theme_path = ['_themes']
|
html_theme_path = ['_themes']
|
||||||
html_theme = 'pelican'
|
html_theme = 'pelican'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue