mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
RST to MyST, pyproject doc dependencies, add sphinx tabs
This commit is contained in:
@@ -60,7 +60,15 @@ dependencies = [
|
||||
test = [
|
||||
"coverage>=4.3.1",
|
||||
"django-webtest",
|
||||
"requests-mock>=1.2.0",
|
||||
"requests-mock>=1.2.0"
|
||||
]
|
||||
docs = [
|
||||
"sphinx",
|
||||
"sphinx_rtd_theme>=1.0.0,<2.0.0",
|
||||
"myst-parser",
|
||||
"sphinxcontrib-django",
|
||||
"sphinx-copybutton",
|
||||
"sphinx-tabs",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user