diff options
| author | hathach <[email protected]> | 2026-06-30 14:33:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-30 14:33:15 +0700 |
| commit | ae87287f5b79fe8242ecd2d70711a1820bf429ee (patch) | |
| tree | c5c3b5728fb939100c66dd9f17bf6d415ff041d0 | |
| parent | 9b2c11f031c4f3c49c2da2387d6610eb3fbf629d (diff) | |
Revert MAINTAINERS to .rst and add it to the docs build
- restore MAINTAINERS.rst (drop the .md); make the changelog link absolute so it
resolves both on GitHub and in the rendered docs
- docs/maintainers.rst includes the root file (same pattern as README) and is
wired into the Documentation toctree
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
| -rw-r--r-- | MAINTAINERS.md | 8 | ||||
| -rw-r--r-- | MAINTAINERS.rst | 10 | ||||
| -rw-r--r-- | docs/index.rst | 1 | ||||
| -rw-r--r-- | docs/maintainers.rst | 1 |
4 files changed, 12 insertions, 8 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md deleted file mode 100644 index faabc245c..000000000 --- a/MAINTAINERS.md +++ /dev/null @@ -1,8 +0,0 @@ -# Maintainers - -- [Ha Thach](https://github.com/hathach) — author and maintainer -- [Zixun Li (HiFiPhile)](https://github.com/HiFiPhile) — maintainer; audio expertise - -Everyone who has contributed is credited per release in the -[changelog](docs/info/changelog/index.rst) and in the GitHub -[contributors graph](https://github.com/hathach/tinyusb/graphs/contributors). diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst new file mode 100644 index 000000000..e9c063e08 --- /dev/null +++ b/MAINTAINERS.rst @@ -0,0 +1,10 @@ +*********** +Maintainers +*********** + +- `Ha Thach <https://github.com/hathach>`__ — author and maintainer +- `Zixun Li (HiFiPhile) <https://github.com/HiFiPhile>`__ — maintainer; audio expertise + +Everyone who has contributed is credited per release in the +`changelog <https://docs.tinyusb.org/en/latest/info/changelog/index.html>`__ and in the GitHub +`contributors graph <https://github.com/hathach/tinyusb/graphs/contributors>`__. diff --git a/docs/index.rst b/docs/index.rst index 6ac0c922b..4282d3d05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,7 @@ troubleshooting faq info/changelog/index + maintainers .. toctree:: :maxdepth: 2 diff --git a/docs/maintainers.rst b/docs/maintainers.rst new file mode 100644 index 000000000..9908bcdf4 --- /dev/null +++ b/docs/maintainers.rst @@ -0,0 +1 @@ +.. include:: ../MAINTAINERS.rst |
