From 99bb8a9740b3d8105b629c0f6e76557efb0b8620 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 7 Dec 2015 23:24:21 +0100 Subject: Add pdf config. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 8319502b..7f5d4514 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,6 +199,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ + ('index', 'solidity.tex', 'Solidity Documentation', 'Ethereum', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- cgit v1.2.3