Closed gastmaier closed 13 hours ago
V0 -> V1
Custom-doc
Author-mode
General
V1->V2
Remaining caution:
Missing nice to have:
no-print
flag option to hide for pdf output (e.g. full logs)). And maybe try to add a id-anchor-permalink to replace with (similar to the video placeholder)?
Uses human friendly YAML files, e.g.:
Missing features:
Empty sections remover
After filtering the toctrees, some sections used to add captions to toctrees (e.g. ADCs, Obsolte IPs, etc) are left empty. those could be removed.
Missing caution:
Figure out exactly if the tool works with all Sphinx version supported. (Fixed v1) In particular, it relies on parsing error with the suffix
[some.thing]
e.g.[ref.ref]
and I remember not seeing it on every sphinx output. Is this configurable or something added later/before? (Fixed v1)Not passing media_print (Fixed v1)
Check if grabbed extensions are installed on the system before calling sphinx, to gracefully fail (Fixed v1)
If a subprocess fail (eg. git clone with no internet/ssh key) gracefully return instead of keep going (Fixed v1)