RST to MyST, pyproject doc dependencies, add sphinx tabs

This commit is contained in:
Ariel Rin
2023-10-27 16:37:09 +10:00
parent 424246df26
commit 13d866bd0d
5 changed files with 49 additions and 98 deletions

View File

@@ -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]