diff --git a/pyproject.toml b/pyproject.toml index 939f836..4e63803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,10 +71,11 @@ optional-dependencies.dev = [ "pre-commit", ] +# For building the documentation optional-dependencies.docs = [ "nbsphinx", "pandoc", - # For building the documentation + "sphinx", "sphinx-argparse", "sphinx-rtd-theme",