Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ docs/source/*
!docs/source/configurator/
!docs/source/index.rst
!docs/source/support.rst
!docs/source/platform-api.rst
!docs/source/tutorial-intro-chipflow-platform.rst

# Misc
Expand Down
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# copy in the doc sources from our repos
repo_list = copy_docs(repos)

# add our repos to path
# add our repos to path for autodoc to import modules
for r in repo_list:
print(f"copy_docs: Adding {str(r)} to sys.path")
sys.path.append(str(r))
Expand All @@ -35,7 +35,7 @@
.. toctree::
:maxdepth: 3

chipflow-lib/autoapi/chipflow/index
/chipflow-lib/autoapi/chipflow/index
""")

# Update chipflow-lib/index.rst to point to the platform-api.rst outside chipflow-lib/
Expand Down Expand Up @@ -74,6 +74,7 @@
'sphinx_design',
]


rst_prolog = """
.. role:: amaranth

Expand Down
Loading
Loading