From 4196c0595f80b7cf6adf53e0eebefd47ad8b12fa Mon Sep 17 00:00:00 2001 From: "Olivia R. Lynn" Date: Thu, 28 Sep 2023 10:09:37 -0400 Subject: [PATCH] Update pyproject.toml to unpin sphinx --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abeb2c53..51cbc490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ dev = [ "pytest", "pytest-cov", # Used to report total code coverage "pre-commit", # Used to run checks before finalizing a git commit - "sphinx==6.1.3", # Used to automatically generate documentation - "sphinx_rtd_theme==1.2.0", # Used to render documentation - "sphinx-autoapi==2.0.1", # Used to automatically generate api documentation + "sphinx", # Used to automatically generate documentation + "sphinx_rtd_theme", # Used to render documentation + "sphinx-autoapi", # Used to automatically generate api documentation "black", # Used for static linting of files # if you add dependencies here while experimenting in a notebook and you # want that notebook to render in your documentation, please add the