Skip to content

Commit abdc15d

Browse files
committed
Merged, published PDF OK, Ready for use.
1 parent b06fae4 commit abdc15d

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

RBD-Notes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,9 @@ along with rst-check, leaving rstcheck as the linter. Good enough.
229229
* Complete Migration Guide, style enhancements, fix a few cross-references etc.
230230
* Change copyrights to cover thru 2024
231231
* Update tests to use latest ConformU Version 3.1.0 (Build 31181.cb32ac3), include latest logs.
232+
233+
08-Oct-2024
234+
-----------
235+
* Merge platform 76 branch onto master.
236+
* Re-do HTML docs and publish in regular place /public_html/ascomsite/alpycadevice and dump temporary alpycadevice7 folder
237+
* As usual PDF fails. Put in the Rinoh fix Desc_Sig_Space see conf.py at the top. SUCCEEDED!!!!!

docs/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
# list see the documentation:
55
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

7+
# For rinoh bug
8+
# https://github.com/brechtm/rinohtype/issues/414#issuecomment-1640887769
9+
10+
from rinoh.frontend.rst import DocutilsInlineNode
11+
12+
class Desc_Sig_Space(DocutilsInlineNode):
13+
pass
14+
715
# -- Path setup --------------------------------------------------------------
816

917
# If extensions (or modules to document with autodoc) are in another directory,

0 commit comments

Comments
 (0)