summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2021-12-30 11:40:48 +0200
committerGitHub <noreply@github.com>2021-12-30 11:40:48 +0200
commitdeaaa536568e50b6ce958de0dd6306392e98f13e (patch)
tree7dae1abd2e5759a15520342911b90cf46b07e754 /docs/conf.py
parent1b7d5bbac89d1dc65154e52360af43373d45ebc6 (diff)
downloadredis-py-deaaa536568e50b6ce958de0dd6306392e98f13e.tar.gz
Connection examples (#1835)
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7e83e42..0f11442 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -27,6 +27,8 @@ sys.path.append(os.path.abspath(os.path.pardir))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
+ "nbsphinx",
+ "sphinx_gallery.load_style",
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.viewcode",
@@ -73,7 +75,7 @@ release = redis.__version__
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ["_build"]
+exclude_patterns = ["_build", "**.ipynb_checkponts"]
# The reST default role (used for this markup: `text`) to use for all
# documents.