mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
Add autodidax to dev docs toctree and ignore md file to silence warning.
Fixes CI failure from google/jax#5827.
This commit is contained in:
parent
9b9cea86b9
commit
090dd2117d
@ -114,7 +114,8 @@ exclude_patterns = [
|
||||
'README.md',
|
||||
# Ignore markdown source for notebooks; myst-nb builds from the ipynb
|
||||
# These are kept in sync using the jupytext pre-commit hook.
|
||||
'notebooks/*.md'
|
||||
'notebooks/*.md',
|
||||
'autodidax.md',
|
||||
]
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
|
@ -54,6 +54,7 @@ For an introduction to JAX, start at the
|
||||
|
||||
developer
|
||||
jax_internal_api
|
||||
autodidax
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user