Unverified Commit 8c7d8bd8 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] exclude some patterns

parent f7573c6d
......@@ -77,8 +77,10 @@ language = None
exclude_patterns = []
if dglbackend == "mxnet":
include_patterns = ['api/python/nn-mxnet*']
exclude_patterns = ['api/python/.*(?!mxnet)*']
elif dglbackend == "tensorflow":
include_patterns = ['api/python/nn-tensorflow*']
exclude_patterns = ['api/python/.*(?!tensorflow)*']
else:
# pytorch
exclude_patterns = ['api/python/nn-tensorflow*', 'api/python/nn-mxnet*']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment