From 92e7799d85d83de3d4aa48333d23a56e00ad8df1 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Wed, 17 Dec 2025 02:20:50 +0000 Subject: [PATCH] Add chipflow-digital-ip documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add chipflow-digital-ip repo to documentation build - Add "Digital IP Library" to main toctree 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/source/conf.py | 3 ++- docs/source/index.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a6c30d..0fb42b1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,8 @@ repos = [ ('amaranth-lang/amaranth', 'tags/v0.5.4'), ('chipflow/amaranth-soc', 'origin/reference-docs-chipflow'), - ('chipflow/chipflow-lib', 'origin/main') + ('chipflow/chipflow-lib', 'origin/main'), + ('chipflow/chipflow-digital-ip', 'origin/main') ] # copy in the doc sources from our repos diff --git a/docs/source/index.rst b/docs/source/index.rst index a35223c..7b95244 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,6 +20,7 @@ Contents chipflow-lib/getting-started chipflow-lib/index + Digital IP Library Amaranth Language and Toolchain Amaranth System-on-a-Chip toolkit support