diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..483a4e9 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx_rtd_theme diff --git a/pyproject.toml b/pyproject.toml index 36b19b6..1ac942d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,6 @@ dynamic = ["version"] test = [ "pytest", ] -docs = [ - "sphinx_rtd_theme", -] [project.urls] Source = "https://github.com/Kenny2github/MultiVectors"