diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f97db8..7500b47 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ["_build", "**.ipynb_checkpoints"] +exclude_patterns = ["_build", "**.ipynb_checkpoints", "**wilds_datasets.ipynb"] # -- Options for HTML output ------------------------------------------------- @@ -117,6 +117,7 @@ def run_apidoc(_): # Get path to directory containing this file, conf.py. DOCS_DIRECTORY = os.path.dirname(os.path.abspath(getsourcefile(lambda: 0))) + # Resolve the pandoc dependency for the runner. # There may be better options now, since pandoc is available to GitHub actions, # but I'm not sure how to make it talk with nbsphinx.