From 090dd2117d01cd36d3cbf9fdc07dfd403500b96d Mon Sep 17 00:00:00 2001 From: Tom Hennigan Date: Thu, 25 Feb 2021 10:46:46 +0000 Subject: [PATCH] Add autodidax to dev docs toctree and ignore md file to silence warning. Fixes CI failure from google/jax#5827. --- docs/conf.py | 3 ++- docs/index.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 467806048..d856e7343 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/index.rst b/docs/index.rst index 549b47ec1..b050d5394 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,6 +54,7 @@ For an introduction to JAX, start at the developer jax_internal_api + autodidax .. toctree:: :maxdepth: 3