-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
20 lines (18 loc) · 551 Bytes
/
tox.ini
File metadata and controls
20 lines (18 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = docs-all
[docs]
docs_dir = {tox_root}{/}docs
templates_dir = {tox_root}{/}docs{/}locales{/}templates
[testenv:docs{,-translate,-all,-live,-en,-fr}]
base_python = py313
skip_install = true
deps =
-e .
commands:
!all-!translate-!live-!en-!fr : build_md_translations {posargs} en
translate : build_pot_translations
translate : build_po_translations fr
live : live_serve {posargs}
all : build_md_translations {posargs} en fr
en : build_md_translations {posargs} en
fr : build_md_translations {posargs} fr