docs: move docs dependencies to optional
This commit is contained in:
@@ -25,8 +25,6 @@ classifiers = [
|
||||
dependencies = [
|
||||
"Django",
|
||||
"codecov",
|
||||
"sphinx",
|
||||
"sphinx-rtd-theme",
|
||||
"gunicorn",
|
||||
"fontawesomefree",
|
||||
"whitenoise",
|
||||
@@ -51,6 +49,11 @@ develop = [
|
||||
"coverage",
|
||||
"model_bakery",
|
||||
]
|
||||
docs = [
|
||||
"sphinx",
|
||||
"sphinx-rtd-theme",
|
||||
"sphinx-autobuild"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://notfellchen.org"
|
||||
|
Reference in New Issue
Block a user