[gimp-web] Add python docs pth to the static paths.



commit d2ff779f2b2e3097b800c14e8e695d443c3319ce
Author: Michael Schumacher <schumaml gmx de>
Date:   Wed Jul 15 18:33:33 2020 +0200

    Add python docs pth to the static paths.

 pelicanconf_common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pelicanconf_common.py b/pelicanconf_common.py
index d92bd65c..7a52690b 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -67,7 +67,7 @@ RELATIVE_URLS = False
 #######################################
 
 # This will copy over these folders w/o modification
-STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news', 'contribute.json', 'gimp_versions.json', 
'robots-testing.txt']
+STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news', 'contribute.json', 'gimp_versions.json', 
'robots-testing.txt', 'python']
 
 #Plugins
 PLUGIN_PATHS = ["plugins"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]