Closed cbalint13 closed 2 years ago
@cbalint13 do we also need to do something similar to https://github.com/google/gf180mcu-pdk/pull/87 ?
@cbalint13 do we also need to do something similar to google/gf180mcu-pdk#87 ?
@proppy
To sum it up:
These same changes were done to mcu180gfu at first instances of https://github.com/google/gf180mcu-pdk/pull/79 & https://github.com/google/gf180mcu-pdk/pull/80 . In case of mcu180gfu the migration to v2 lost subrepository (fixed) and then after we encountered blank SVG issues (WiP).
Now it is possible to generate a nice PDF instead of HTML by
sphinx-build -M latexpdf docs pdf
. Also activated generation via readthedocs.io: https://docs.readthedocs.io/en/stable/config-file/v1.html#formatsThanks, ~Cristian.