diff --git a/RBD-Notes.txt b/RBD-Notes.txt index e59fb94..a9f8724 100644 --- a/RBD-Notes.txt +++ b/RBD-Notes.txt @@ -229,3 +229,9 @@ along with rst-check, leaving rstcheck as the linter. Good enough. * Complete Migration Guide, style enhancements, fix a few cross-references etc. * Change copyrights to cover thru 2024 * Update tests to use latest ConformU Version 3.1.0 (Build 31181.cb32ac3), include latest logs. + +08-Oct-2024 +----------- +* Merge platform 76 branch onto master. +* Re-do HTML docs and publish in regular place /public_html/ascomsite/alpycadevice and dump temporary alpycadevice7 folder +* As usual PDF fails. Put in the Rinoh fix Desc_Sig_Space see conf.py at the top. SUCCEEDED!!!!! diff --git a/docs/source/conf.py b/docs/source/conf.py index a00dcbf..70abe74 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -4,6 +4,14 @@ # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +# For rinoh bug +# https://github.com/brechtm/rinohtype/issues/414#issuecomment-1640887769 + +from rinoh.frontend.rst import DocutilsInlineNode + +class Desc_Sig_Space(DocutilsInlineNode): + pass + # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory,