pull/687/head
KleinYuan 2023-01-27 14:58:35 -08:00
parent 8f388c2e58
commit df3d23bbd2
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
datasets/*
logs/*
logs/*

View File

@ -161,7 +161,7 @@ language = None
# 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", "Thumbs.db", ".DS_Store", "build", "README_DOCKER.md", "tutorials/README_DOCKER.md"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "build", "README.md", "tutorials/README.md"]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"