Still seeing stale PDFs for SQLAlchemy, saying "0.7.4". I notice that the PDF builds are in the build output now - so here: http://readthedocs.org/builds/sqlalchemy/67419/ it says "failed", which I'm assuming is why the file isn't being copied. But if you look down at the bottom of the log: processing sqlalchemy_0_7_5.tex... contents intro orm/index orm/tutorial orm/mapper_config orm/relationships orm/collections orm/inheritance orm/session orm/query orm/loading orm/events orm/extensions/index orm/extensions/associationproxy orm/extensions/declarative orm/extensions/mutable orm/extensions/orderinglist orm/extensions/horizontal_shard orm/extensions/hybrid orm/extensions/sqlsoup orm/examples orm/interfaces orm/exceptions orm/internals core/index core/tutorial core/expression_api core/engines core/connections core/pooling core/schema core/types core/event core/events core/compiler core/serializer core/interfaces core/exceptions core/internals dialects/index dialects/drizzle dialects/firebird dialects/informix dialects/maxdb dialects/access dialects/mssql dialects/mysql dialects/oracle dialects/postgresql dialects/sqlite dialects/sybase resolving references... writing... done copying images... sqla_arch_small.png core/sqla_engine_arch.png copying TeX support files... done build succeeded, 247 warnings. The PDF build in sphinx has issues in it that they haven't been able to resolve, so when we run the PDF build we run it with "nonstopmode". Perhaps it is returning an error code, but the build + copy should continue here.
Yea. We run the command that way as well: `pdflatex -interaction=nonstopmode`. It looks like the code is only looking for a PDF that is output, and will copy that if it exists, and isn't checking the output code. I think that the output code is being used to to store the database pass/fail, but it looks like the PDF should still be copied. Are you seeing the PDF not being copied correctly? On Tue, Feb 14, 2012 at 8:06 AM, Michael Bayer <mike_mp@zzzcomputing.com>wrote: > Still seeing stale PDFs for SQLAlchemy, saying "0.7.4". > > I notice that the PDF builds are in the build output now - so here: > http://readthedocs.org/builds/sqlalchemy/67419/ it says "failed", which > I'm assuming is why the file isn't being copied. But if you look down at > the bottom of the log: > > processing sqlalchemy_0_7_5.tex... contents intro orm/index orm/tutorial > orm/mapper_config orm/relationships orm/collections orm/inheritance > orm/session orm/query orm/loading orm/events orm/extensions/index > orm/extensions/associationproxy orm/extensions/declarative > orm/extensions/mutable orm/extensions/orderinglist > orm/extensions/horizontal_shard orm/extensions/hybrid > orm/extensions/sqlsoup orm/examples orm/interfaces orm/exceptions > orm/internals core/index core/tutorial core/expression_api core/engines > core/connections core/pooling core/schema core/types core/event core/events > core/compiler core/serializer core/interfaces core/exceptions > core/internals dialects/index dialects/drizzle dialects/firebird > dialects/informix dialects/maxdb dialects/access dialects/mssql > dialects/mysql dialects/oracle dialects/postgresql dialects/sqlite > dialects/sybase > resolving references... > writing... done > copying images... sqla_arch_small.png core/sqla_engine_arch.png > copying TeX support files... done > build succeeded, 247 warnings. > > The PDF build in sphinx has issues in it that they haven't been able to > resolve, so when we run the PDF build we run it with "nonstopmode". > Perhaps it is returning an error code, but the build + copy should continue > here. > > > -- Eric Holscher Engineer at Urban Airship in Portland, Or http://ericholscher.com
I see a PDF that still says 0.7.4 (we're up to 0.7.5), is also missing content that's been added to the docs. On Feb 23, 2012, at 7:52 PM, Eric Holscher wrote: > Yea. We run the command that way as well: `pdflatex -interaction=nonstopmode`. It looks like the code is only looking for a PDF that is output, and will copy that if it exists, and isn't checking the output code. I think that the output code is being used to to store the database pass/fail, but it looks like the PDF should still be copied. Are you seeing the PDF not being copied correctly? > > On Tue, Feb 14, 2012 at 8:06 AM, Michael Bayer <mike_mp@zzzcomputing.com> wrote: > Still seeing stale PDFs for SQLAlchemy, saying "0.7.4". > > I notice that the PDF builds are in the build output now - so here: http://readthedocs.org/builds/sqlalchemy/67419/ it says "failed", which I'm assuming is why the file isn't being copied. But if you look down at the bottom of the log: > > processing sqlalchemy_0_7_5.tex... contents intro orm/index orm/tutorial orm/mapper_config orm/relationships orm/collections orm/inheritance orm/session orm/query orm/loading orm/events orm/extensions/index orm/extensions/associationproxy orm/extensions/declarative orm/extensions/mutable orm/extensions/orderinglist orm/extensions/horizontal_shard orm/extensions/hybrid orm/extensions/sqlsoup orm/examples orm/interfaces orm/exceptions orm/internals core/index core/tutorial core/expression_api core/engines core/connections core/pooling core/schema core/types core/event core/events core/compiler core/serializer core/interfaces core/exceptions core/internals dialects/index dialects/drizzle dialects/firebird dialects/informix dialects/maxdb dialects/access dialects/mssql dialects/mysql dialects/oracle dialects/postgresql dialects/sqlite dialects/sybase > resolving references... > writing... done > copying images... sqla_arch_small.png core/sqla_engine_arch.png > copying TeX support files... done > build succeeded, 247 warnings. > > The PDF build in sphinx has issues in it that they haven't been able to resolve, so when we run the PDF build we run it with "nonstopmode". Perhaps it is returning an error code, but the build + copy should continue here. > > > > > > -- > Eric Holscher > Engineer at Urban Airship in Portland, Or > http://ericholscher.com