diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c0f7d8..62972b9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -sphinx==6.1.3 -sphinx-rtd-theme==1.2.0 -sphinx-autoapi==2.0.1 +sphinx +sphinx-rtd-theme +sphinx-autoapi nbsphinx ipython jupytext diff --git a/pyproject.toml b/pyproject.toml index aa3d165..bbaf8e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,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