[pypy-svn] r50669 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Wed Jan 16 13:47:12 CET 2008


Author: arigo
Date: Wed Jan 16 13:47:12 2008
New Revision: 50669

Modified:
   pypy/dist/pypy/doc/conftest.py
Log:
I *think* that generating the redirecting .html files by default
is a good idea.  Not sure why it wasn't enabled so far.
Maybe we should trim down 'redirection' a bit, too.


Modified: pypy/dist/pypy/doc/conftest.py
==============================================================================
--- pypy/dist/pypy/doc/conftest.py	(original)
+++ pypy/dist/pypy/doc/conftest.py	Wed Jan 16 13:47:12 2008
@@ -8,7 +8,7 @@
 option = py.test.config.addoptions("pypy-doc options", 
         Option('--generate-redirections', action="store_true",
                dest="generateredirections",
-               default=False, help="Generate the redirecting HTML files"),
+               default=True, help="Generate the redirecting HTML files"),
         Option('--enable-doctests', action="store_true",
                dest="doctests", 
                default=False, help="enable doctests in .txt files"), 



More information about the Pypy-commit mailing list