summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
commitab415a5f2e490ac1cfd06f4032c520709960f271 (patch)
tree62676db4ab0eb8cdc75cb25a839483dcb7d46164 /docs/conf.py
parentmoved everything from module to pyload (diff)
downloadpyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz
tried to improve setup file
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8bd7c5f56..006dec5b6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -129,12 +129,12 @@ html_theme = 'default'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-html_logo = join(dir_name, "pyload", "web", "static", "img", "default", "logo.png")
+html_logo = join(dir_name, "pyload", "web", "app", "images", "default", "logo.png")
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
-html_favicon = join(dir_name, "pyload", "web", "static", "img", "favicon.ico")
+html_favicon = join(dir_name, "pyload", "web", "app", "favicon.ico")
# 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,