diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-18 12:36:24 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-18 12:36:24 -0500 |
| commit | a1aed312fc5babdbf458a02fa41e785184a1dc1a (patch) | |
| tree | c44388f2d095a909c8c6082c739234e5f39e794f /doc | |
| parent | 1e29a74bd62c6c872819388e430901c35f84f07c (diff) | |
| download | sqlalchemy-a1aed312fc5babdbf458a02fa41e785184a1dc1a.tar.gz | |
comment out PDF for now, it sucks
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/builder/mako.py | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/build/builder/mako.py b/doc/build/builder/mako.py index 845686afc..00c3c533b 100644 --- a/doc/build/builder/mako.py +++ b/doc/build/builder/mako.py @@ -53,12 +53,14 @@ class MakoBridge(TemplateBridge): context['toolbar'] = True context['layout'] = "rtd_layout.mako" context['base'] = "rtd_base.mako" - context['pdf_url'] = "%spdf/%s/%s/%s.pdf" % ( - context['MEDIA_URL'], - context['slug'], - context['current_version'], - context['slug'] - ) + + # pdf gen is just broken on RTD + #context['pdf_url'] = "%spdf/%s/%s/%s.pdf" % ( + # context['MEDIA_URL'], + # context['slug'], + # context['current_version'], + # context['slug'] + #) # local docs layout else: context['rtd'] = False |
