diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index 52b8797..be6f1c3 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -65,7 +65,7 @@ html_theme_path = ["../theme"] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['_static'] +html_static_path = ['_static'] # -- Options for LaTex output ------------------------------------------------- @@ -89,3 +89,5 @@ latex_elements = { } latex_logo = '_static/wtf_coop_header.png' latex_show_urls = 'footnote' + +epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html')