mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
move doc dependencies to pyproject
This commit is contained in:
@@ -62,6 +62,15 @@ test = [
|
||||
"django-webtest",
|
||||
"requests-mock>=1.2.0",
|
||||
]
|
||||
docs = [
|
||||
"sphinx>=4.4.0,<5.0.0",
|
||||
"sphinx_rtd_theme>=1.0.0,<2.0.0",
|
||||
"recommonmark==0.7.1",
|
||||
"Jinja2<3.1",
|
||||
"docutils==0.16",
|
||||
"sphinxcontrib-django2",
|
||||
"sphinx-copybutton"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
allianceauth = "allianceauth.bin.allianceauth:main"
|
||||
|
||||
Reference in New Issue
Block a user