[Checkins] SVN: grok/branches/ulif-grokdocs/doc/conf.py Fix template path.

Uli Fouquet uli at gnufix.de
Wed Apr 30 14:00:48 EDT 2008


Log message for revision 85920:
  Fix template path.

Changed:
  U   grok/branches/ulif-grokdocs/doc/conf.py

-=-
Modified: grok/branches/ulif-grokdocs/doc/conf.py
===================================================================
--- grok/branches/ulif-grokdocs/doc/conf.py	2008-04-30 17:59:40 UTC (rev 85919)
+++ grok/branches/ulif-grokdocs/doc/conf.py	2008-04-30 18:00:42 UTC (rev 85920)
@@ -89,7 +89,7 @@
 
 # Content template for the index page, filename relative to this file.
 #html_index = ''
-html_index = path.join(path.abspath(curdir),  'build', 'docindex.template')
+html_index = path.join(path.abspath(curdir), 'docindex.template')
 
 # Custom sidebar templates, maps page names to filenames relative to this file.
 #html_sidebars = {}



More information about the Checkins mailing list