From 6821f9906a50726c3a74d92c6296b8ec4f279b69 Mon Sep 17 00:00:00 2001 From: Bob Denny Date: Mon, 2 Jan 2023 19:57:18 -0700 Subject: [PATCH] Reactivate rinoh in conf.py for use outside VENV, make and post the PDF. --- docs/source/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 770d994..beb9c9a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ # https://enum-tools.readthedocs.io/en/latest/api/autoenum.html 'enum_tools.autoenum', # https://github.com/brechtm/rinohtype Makes PDF - #'rinoh.frontend.sphinx' + 'rinoh.frontend.sphinx' ] # Autodoc settings (override defaults) @@ -99,10 +99,10 @@ # https://www.mos6581.org/rinohtype/master/sphinx.html # Invokes as > sphinx-build -b rinoh source build/PDF (I have a makepdf.bat) -# rinoh_documents = [dict(doc='index', # top-level file (index.rst) -# target='alpyca', # output file (alpyca.pdf) -# title='Alpyca Library', -# subtitle='Release 2.0.4', -# author='Robert B. Denny ', -# logo='alpaca1000.png', -# template='alpyca.rtt')] +rinoh_documents = [dict(doc='index', # top-level file (index.rst) + target='alpyca', # output file (alpyca.pdf) + title='Alpyca Library', + subtitle='Release 2.0.4', + author='Robert B. Denny ', + logo='alpaca1000.png', + template='alpyca.rtt')]