[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py Let ReST include files.

Uli Fouquet uli at gnufix.de
Sat Feb 23 16:31:04 EST 2008


Log message for revision 84200:
  Let ReST include files.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py

-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py	2008-02-23 17:24:51 UTC (rev 84199)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py	2008-02-23 21:31:04 UTC (rev 84200)
@@ -72,20 +72,9 @@
                  default_out=HTMLDIR_REF)
 
 
-def copy_changes():
-    """Copy changes file into doc/ directory.
-    """
-    change_file = os.path.dirname(
-        os.path.dirname(os.path.dirname(__file__)))
-    change_file = os.path.join(change_file, 'CHANGES.txt')
-    target = os.path.join(os.path.dirname(change_file),
-                          'doc', 'changes.rst')
-    copyfile(change_file, target)
-
 def grokdocs(argv=sys.argv, srcdir=SRCDIR_ALL, htmldir=HTMLDIR_ALL):
     """Generate the whole docs, including howtos, reference, etc.
     """
-    copy_changes()
     if srcdir == SRCDIR_ALL:
         sphinx.usage = usage_grokdoc
     if not sys.stdout.isatty() or sys.platform == 'win32':



More information about the Checkins mailing list