[Checkins] SVN: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py Partially work around a temporary bug in sphinx.

Jim Fulton jim at zope.com
Thu Jun 11 06:38:52 EDT 2009


Log message for revision 100860:
  Partially work around a temporary bug in sphinx.
  Sphinx indexes rst comments. This is fixed on the sphinx trunk. When a
  new version of sphinx is released, we can turn on copying sources
  again.
  

Changed:
  U   bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py

-=-
Modified: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py
===================================================================
--- bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py	2009-06-11 10:22:53 UTC (rev 100859)
+++ bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py	2009-06-11 10:38:52 UTC (rev 100860)
@@ -159,6 +159,8 @@
 # If true, the index is split into individual pages for each letter.
 #html_split_index = False
 
+html_copy_source = False
+
 # If true, links to the reST sources are added to the pages.
 html_show_sourcelink = False
 



More information about the Checkins mailing list