Skip to content

Commit 80e293d

Browse files
dukecat0webknjaz
andauthored
Update noxfile.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 1f09eba commit 80e293d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

noxfile.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ def translation(session):
1212
session.install("sphinx-inline-tabs")
1313
target_dir = "locales"
1414
session.run(
15-
"sphinx-build",
16-
"-b", # select a builder
17-
"gettext", # build gettext-style message catalogs (.pot file)
18-
"source/", # where the rst files are located
19-
target_dir, # where to put the .pot file
20-
)
15+
"sphinx-build",
16+
"-b", # select a builder
17+
"gettext", # build gettext-style message catalogs (.pot file)
18+
"source/", # where the rst files are located
19+
target_dir, # where to put the .pot file
20+
)
2121

2222
@nox.session(py="3")
2323
def build(session, autobuild=False):

0 commit comments

Comments
 (0)