We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f09eba commit 80e293dCopy full SHA for 80e293d
1 file changed
noxfile.py
@@ -12,12 +12,12 @@ def translation(session):
12
session.install("sphinx-inline-tabs")
13
target_dir = "locales"
14
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
- )
+ "sphinx-build",
+ "-b", # select a builder
+ "gettext", # build gettext-style message catalogs (.pot file)
+ "source/", # where the rst files are located
+ target_dir, # where to put the .pot file
+ )
21
22
@nox.session(py="3")
23
def build(session, autobuild=False):
0 commit comments