From 50bcbe625c1736882ecc3fcb3a5223dea6be39d7 Mon Sep 17 00:00:00 2001 From: Ammaar Saeed Date: Tue, 5 Mar 2024 15:34:51 -0600 Subject: [PATCH] updating docs for nbsphinx --- docs/conf.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a2c10db..3fd636c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ "sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_rtd_theme", - "nbsphinx" + "nbsphinx", ] source_suffix = [".rst", ".md"] templates_path = ["_templates"] diff --git a/pyproject.toml b/pyproject.toml index 6902188..07ab2b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ docs = [ "sphinx", "myst_parser", "sphinx_rtd_theme", + "nbsphinx", ] [project.urls]