Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@
htmlhelp_basename = "jupytergisdoc"

intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

jupyterlite_ignore_contents = [
r"examples/.*\.qgz$",
r"examples/99-Explore_data_in_a_map\.ipynb$",
]
Loading