Salome HOME
style: black format
[tools/sat.git] / doc / _themes / alabaster / tasks.py
1 from invoke import Collection
2 from invocations import docs
3 from invocations.packaging import release
4
5
6 ns = Collection(release, docs)
7 ns.configure(
8     {
9         "packaging": {
10             "sign": True,
11             "wheel": True,
12             "changelog_file": "docs/changelog.rst",
13         }
14     }
15 )