Skip to content

Commit

Permalink
Reactivate rinoh in conf.py for use outside VENV, make and post the PDF.
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDenny committed Jan 3, 2023
1 parent 881521a commit 6821f99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <[email protected]>',
# 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 <[email protected]>',
logo='alpaca1000.png',
template='alpyca.rtt')]

0 comments on commit 6821f99

Please sign in to comment.