the sys.path should not contain the _themes directory, which is not a

python package
This commit is contained in:
Andrea Crotti 2012-03-15 00:17:50 +00:00
commit 7f8f6e8a7e

View file

@ -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'