mirror of https://github.com/JDAI-CV/fast-reid.git
clean up
parent
8f388c2e58
commit
df3d23bbd2
|
@ -1,2 +1,2 @@
|
|||
datasets/*
|
||||
logs/*
|
||||
logs/*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue