Commit Graph

14 Commits

Author SHA1 Message Date
Mike Bayer 88f5479002 - turn some dials to try to get more log output 2015-05-25 14:47:57 -04:00
Mike Bayer 77e6046ff0 - mako_layout isn't used, remove it
- to check for epub look at "builder"
2014-09-07 18:10:40 -04:00
hiaselhans a8ef876f6c Docs: use the base layout when mako_layout=='epub'
- https://readthedocs.org/projects/sqlalchemy/downloads/epub/latest/ renders with the full template which is unreadable on e-readers
  - in the makefile the template-variable mako_layout is set for target: epub which makes mako use only the base layout.
  - this is the more elegant solution as proposed to #133
2014-09-07 22:55:05 +02:00
Mike Bayer 4b0d4a12c7 integrate new readthedocs/sqla.org doc build 2012-01-23 16:24:24 -05:00
Mike Bayer 097f078205 fix the gettext to be the same way sphinx-quickstart gives you 2012-01-08 13:27:50 -05:00
Mike Bayer 3ff1d0a2b1 add support to generate gettext 2012-01-07 17:19:07 -05:00
Mike Bayer f5023ceef3 - add a latex Makefile to texinputs that gets copied on latex build,
ensures pdflatex/latex errors are totally ignored
- fix all SQL/code examples in the inherits doc to be within 79 chars.
will need to do this for all the docs to get pdf to not look crappy.
- add an abspath to the "templates" dir, not sure of the rationale
here but is harmless, [ticket:2211]
- integrate pdf build with site-mako build
2011-07-07 11:34:59 -04:00
Mike Bayer 06bf218ed3 - add helpstring for site-mako 2010-11-14 14:02:11 -05:00
Mike Bayer 2811ca2106 - add Sphinx 1.0 makefile and config options, [ticket:1929] 2010-09-29 01:52:25 -04:00
Mike Bayer 3eeb240fd1 we work with sphinx 0.6.1 now 2009-04-25 15:13:30 +00:00
Mike Bayer 0bb1e1b8e3 add collections module to API ref for completeness. links to the mapper documentation
which is less wordy.
2009-03-21 18:03:47 +00:00
Mike Bayer 609d8e8bc3 - VERSION moves just as a string in __version__
- added modified sphinx.sty with plain Verbatim section
- link to pdf doc in site
2008-12-10 21:27:21 +00:00
Jason Kirtland de4ed96ec0 Enabled sphinx doctests. 2008-12-06 17:47:20 +00:00
Mike Bayer 1c329624a5 - merged -r5338:5429 of sphinx branch.
- Documentation has been converted to Sphinx.
In particular, the generated API documentation
has been constructed into a full blown
"API Reference" section which organizes
editorial documentation combined with
generated docstrings.   Cross linking between
sections and API docs are vastly improved,
a javascript-powered search feature is
provided, and a full index of all
classes, functions and members is provided.
2008-12-06 16:59:48 +00:00