diff options
author | chriseth <c@ethdev.com> | 2015-12-08 06:24:21 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-12-08 06:35:39 +0800 |
commit | 99bb8a9740b3d8105b629c0f6e76557efb0b8620 (patch) | |
tree | 010cda20fdd6d2805bafbcb16289f4403e693655 /docs | |
parent | 401c694b859f740ee826c1c80f1dd959c081a0dc (diff) | |
download | dexon-solidity-99bb8a9740b3d8105b629c0f6e76557efb0b8620.tar.gz dexon-solidity-99bb8a9740b3d8105b629c0f6e76557efb0b8620.tar.zst dexon-solidity-99bb8a9740b3d8105b629c0f6e76557efb0b8620.zip |
Add pdf config.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |