mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Remove unused sphinx option
It was triggering a warning : > copying static files... WARNING: html_static_path entry u'/home/jocelyn/dev/ihatemoney/docs/_static' does not exist To my knowledge it was not used, and the _static dir do not even exist. Let me know if I am wrong.
This commit is contained in:
parent
95d0c71827
commit
4799fcb34f
1 changed files with 0 additions and 1 deletions
|
@ -16,5 +16,4 @@ pygments_style = 'sphinx'
|
|||
sys.path.append(os.path.abspath('_themes'))
|
||||
html_theme_path = ['_themes']
|
||||
html_theme = 'pelican'
|
||||
html_static_path = ['_static']
|
||||
html_theme_options = { 'nosidebar': True }
|
||||
|
|
Loading…
Reference in a new issue