diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-06-29 21:19:14 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-06-29 21:19:14 (GMT) |
commit | d38699f6f4b2ce404e51a8c562b1a5ef191a7e36 (patch) | |
tree | efce12a514498cf83654b43915d18da5b311ba6a /doc/sphinx | |
parent | 65b94bb48fa9821bbbee5dce80691391d8871d54 (diff) | |
download | SCons-d38699f6f4b2ce404e51a8c562b1a5ef191a7e36.zip SCons-d38699f6f4b2ce404e51a8c562b1a5ef191a7e36.tar.gz SCons-d38699f6f4b2ce404e51a8c562b1a5ef191a7e36.tar.bz2 |
Update logic to generate scons-api docs and include in the scons-docs tarball for distribution
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 9469e06..7cbd208 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -142,7 +142,7 @@ htmlhelp_basename = 'SConsAPIDocs' latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # - # 'papersize': 'letterpaper', + 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # |