Skip to content

Commit

Permalink
fix dgl doc display problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pyynb committed Aug 13, 2024
1 parent 859746e commit 1b9d01c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
# 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 = []
exclude_patterns = [
"tutorials/**/*.ipynb",
"tutorials/**/*.py",
]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
Expand Down

0 comments on commit 1b9d01c

Please sign in to comment.