google / skywater-pdk

Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.
https://skywater-pdk.rtfd.io
Apache License 2.0
2.99k stars 391 forks source link

Enable additional PDF output for readthedocs.io #398

Closed cbalint13 closed 2 years ago

cbalint13 commented 2 years ago

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#formats

Thanks, ~Cristian.

proppy commented 2 years ago

@cbalint13 do we also need to do something similar to https://github.com/google/gf180mcu-pdk/pull/87 ?

cbalint13 commented 2 years ago

@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).