We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae43f32 + f6a4e8d commit 89b0fd9Copy full SHA for 89b0fd9
2 files changed
noxfile.py
@@ -43,6 +43,7 @@ def build(session, autobuild=False):
43
"-b", "html", # use HTML builder
44
"-n", # nitpicky warn about all missing references
45
"-W", # Treat warnings as errors.
46
+ *session.posargs,
47
"source", # where the rst files are located
48
target_build_dir, # where to put the html output
49
)
source/conf.py
@@ -89,6 +89,8 @@
89
# Usually you set "language" from the command line for these cases.
90
language = None
91
92
+locale_dirs = ['../locales']
93
+
94
# making all documents use single text domain
95
gettext_compact = "messages"
96
0 commit comments