Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x

This commit is contained in:
Ariel Rin
2023-12-08 14:49:56 +10:00
94 changed files with 2865 additions and 1642 deletions

View File

@@ -27,8 +27,6 @@ commands =
[testenv:docs]
description = invoke sphinx-build to build the HTML docs
basepython = python3.11
skip_install = True
deps = .[docs]
install_command = python -I -m pip install {opts} {packages}
install_command = pip install -e ".[docs]" -U {opts} {packages}
commands =
sphinx-build -T -E -b html -d "{toxworkdir}/docs_doctree" -D language=en docs "{toxworkdir}/docs_out" {posargs}