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:
Tom Hennigan 2021-02-25 10:46:46 +00:00
parent 9b9cea86b9
commit 090dd2117d
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -54,6 +54,7 @@ For an introduction to JAX, start at the
developer
jax_internal_api
autodidax
.. toctree::
:maxdepth: 3