Skip to content

Commit 89b0fd9

Browse files
authored
Merge branch 'main' into patch-1
2 parents ae43f32 + f6a4e8d commit 89b0fd9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def build(session, autobuild=False):
4343
"-b", "html", # use HTML builder
4444
"-n", # nitpicky warn about all missing references
4545
"-W", # Treat warnings as errors.
46+
*session.posargs,
4647
"source", # where the rst files are located
4748
target_build_dir, # where to put the html output
4849
)

source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
# Usually you set "language" from the command line for these cases.
9090
language = None
9191

92+
locale_dirs = ['../locales']
93+
9294
# making all documents use single text domain
9395
gettext_compact = "messages"
9496

0 commit comments

Comments
 (0)