Skip to content

Commit eaeff35

Browse files
committed
Update noxfile.py
1 parent 5c87dd7 commit eaeff35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ def translation(session):
1313
session.run(
1414
"sphinx-build",
1515
"-b", "gettext", # build gettext-style message catalogs (.pot file)
16+
"-d", ".nox/.doctrees/", # path to put the cache
1617
"source/", # where the rst files are located
17-
"-d",
18-
".nox/.doctrees/", # path to put the cache
1918
target_dir, # where to put the .pot file
2019
)
2120

0 commit comments

Comments
 (0)