Skip to content

Commit

Permalink
Add latex_documents configuration so readthedocs can build pdfs of th…
Browse files Browse the repository at this point in the history
…e docs.
  • Loading branch information
bdarnell committed Aug 11, 2012
1 parent 1359890 commit 30ee00b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/sphinx/conf.py
Expand Up @@ -48,7 +48,7 @@
"doctests",
"main",
]

html_static_path = [os.path.abspath("../static")]
html_style = "sphinx.css"
highlight_language = "none"
Expand All @@ -74,3 +74,7 @@
headfont="Calibri, sans-serif",
stickysidebar=True,
)

latex_documents = [
('index', 'tornado', 'Tornado Documentation', 'Facebook', 'manual', False),
]

0 comments on commit 30ee00b

Please sign in to comment.