google / globalfoundries-pdk-ip-gf180mcu_fd_ip_sram

SRAM macros created for the GF180MCU provided by GlobalFoundries.
https://gf180mcu-pdk.rtfd.io
Apache License 2.0
16 stars 6 forks source link

Fixing warnings #8

Closed mohanad0mohamed closed 1 year ago

mohanad0mohamed commented 1 year ago

Fixes https://github.com/google/gf180mcu-pdk/issues/20

Renamed code-of-conduct.rst and contributing.rst to code-of-conduct.md and contributing.md to remove their warnings of not included in any toctree.

mohanad0mohamed commented 1 year ago

That's why I renamed those files:

image

mithro commented 1 year ago

You can fix the warnings by adding the files to the exclude list in the conf.py see the skywater-pdk one for example.

mohanad0mohamed commented 1 year ago

Then no need for this pull request.