
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
3.0 branch frozen. Ping me on irc if you need to make commits.
- -B

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Nov 6, 2008, at 8:27 PM, Barry Warsaw wrote:
3.0 branch frozen. Ping me on irc if you need to make commits.
No go, the docs are still broken. I've re-opened issue 4266 and will
try to ping Georg in my tomorrow morning.
- -Barry

Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Nov 6, 2008, at 8:27 PM, Barry Warsaw wrote:
3.0 branch frozen. Ping me on irc if you need to make commits.
No go, the docs are still broken. I've re-opened issue 4266 and will try to ping Georg in my tomorrow morning.
I've a workaround for the problem. It removes the seealso tag that is responsible for the error.
svn diff
Index: Doc/using/cmdline.rst
===================================================================
--- Doc/using/cmdline.rst (Revision 67134)
+++ Doc/using/cmdline.rst (Arbeitskopie)
@@ -135,10 +135,7 @@
an empty string (""
) and the current directory will be added to the
start of :data:sys.path
.
.. seealso::
:ref:`tut-invoking`
Generic options

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Nov 6, 2008, at 9:18 PM, Christian Heimes wrote:
Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Nov 6, 2008, at 8:27 PM, Barry Warsaw wrote:
3.0 branch frozen. Ping me on irc if you need to make commits.
No go, the docs are still broken. I've re-opened issue 4266 and
will try to ping Georg in my tomorrow morning.I've a workaround for the problem. It removes the seealso tag that
is responsible for the error.svn diff Index: Doc/using/cmdline.rst =================================================================== --- Doc/using/cmdline.rst (Revision 67134) +++ Doc/using/cmdline.rst (Arbeitskopie) @@ -135,10 +135,7 @@ an empty string (
""
) and the current directory will be added to
the start of :data:sys.path
.
.. seealso::
:ref:`tut-invoking`
Generic options
This doesn't fix it for me on OS X. Trying Ubuntu Intrepid.
- -Barry

Barry Warsaw wrote:
This doesn't fix it for me on OS X. Trying Ubuntu Intrepid.
Barry,
If you haven't already, you may want to try clobbering your Doc/tools directory on the OS X machine. I've had the Doc build die on me a few times in the past and it was due to things being moved around in there.
Cheers, Nick.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Nov 6, 2008, at 10:10 PM, Nick Coghlan wrote:
Barry Warsaw wrote:
This doesn't fix it for me on OS X. Trying Ubuntu Intrepid.
If you haven't already, you may want to try clobbering your Doc/tools directory on the OS X machine. I've had the Doc build die on me a few times in the past and it was due to things being moved around in
there.
Thanks Nick. I've figured out the problem and got it working now (I
think -- it's still running). So I'm again trying again. ;)
- -Barry

Christian Heimes schrieb:
Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Nov 6, 2008, at 8:27 PM, Barry Warsaw wrote:
3.0 branch frozen. Ping me on irc if you need to make commits.
No go, the docs are still broken. I've re-opened issue 4266 and will try to ping Georg in my tomorrow morning.
I've a workaround for the problem. It removes the seealso tag that is responsible for the error.
BTW, allow me a partial rehabilitation by saying that this seealso tag was invalid syntax. That this wasn't indicated clearly is my fault however.
I'm sorry that I couldn't help at the time these issues came up, but it was both times around 3 AM for my timezone. It may be normal working time for Christian ;) but not for me...
cheers, Georg

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Nov 8, 2008, at 6:52 AM, Georg Brandl wrote:
BTW, allow me a partial rehabilitation by saying that this seealso tag was invalid syntax. That this wasn't indicated clearly is my fault
however.I'm sorry that I couldn't help at the time these issues came up, but
it was both times around 3 AM for my timezone. It may be normal working time for Christian ;) but not for me...
Thanks Georg. I realize (pretty late in the game I know ;) that I
should be spinning the releases in my morning, not in my evening,
which would mean a better time for Europeans. My mornings are usually
pretty busy, but I'll see what I can do for the upcoming releases.
- -Barry
participants (4)
-
Barry Warsaw
-
Christian Heimes
-
Georg Brandl
-
Nick Coghlan