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.96k stars 387 forks source link

Figure out if `rst_prolog` sphinx configuration can be used instead of `common.inc` #387

Open mithro opened 2 years ago

mithro commented 2 years ago

Currently in the docs there is a docs/common.inc file which is included using

.. include:: common.inc

Like found here -> https://raw.githubusercontent.com/google/skywater-pdk/db2e06709dc3d876aa6b74a5f3893fa5f1bc2a6e/docs/index.rst

Maybe the rst_prolog sphinx option should be used instead.