We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c87dd7 commit eaeff35Copy full SHA for eaeff35
1 file changed
noxfile.py
@@ -13,9 +13,8 @@ def translation(session):
13
session.run(
14
"sphinx-build",
15
"-b", "gettext", # build gettext-style message catalogs (.pot file)
16
+ "-d", ".nox/.doctrees/", # path to put the cache
17
"source/", # where the rst files are located
- "-d",
18
- ".nox/.doctrees/", # path to put the cache
19
target_dir, # where to put the .pot file
20
)
21
0 commit comments