Unverified Commit 6b3891cb authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

Update conf.py

parent 8c7d8bd8
......@@ -77,10 +77,8 @@ 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