Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
22 changes: 0 additions & 22 deletions docs/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"sphinx.ext.napoleon",
"pydata_sphinx_theme",
"nbsphinx",
"sphinx.ext.intersphinx",
"sphinx.ext.intersphinx"
]

# Intersphinx mapping
Expand Down Expand Up @@ -95,7 +95,7 @@
# convert rst to md for ipynb
"pypandoc": True,
# path to your examples scripts
"examples_dirs": ["../../examples/"],
"examples_dirs": ["../../examples"],
# path where to save gallery generated examples
"gallery_dirs": ["examples"],
# Patter to search for example files
Expand Down
Loading