Skip to content

Commit cfd5f4c

Browse files
committed
fix nits for building docs
1 parent 66e9d12 commit cfd5f4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx
1+
sphinx>=7.1,<7.2
22
sphinx_rtd_theme
33
sphinx-click

sphinx_intl/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ def convert(self, value, param, ctx):
112112
option_tag = click.option(
113113
'-t', '--tag',
114114
envvar=ENVVAR_PREFIX + '_TAG',
115-
type=TAGS, default=(), metavar='<TAG>', show_default=True,
115+
type=TAGS, metavar='<TAG>', show_default=True,
116116
multiple=True,
117117
help="Pass tags to conf.py, as same as passed to sphinx-build -t option.")
118118

119119
option_language = click.option(
120120
'-l', '--language',
121121
envvar=ENVVAR_PREFIX + '_LANGUAGE',
122-
type=LANGUAGES, default=(), metavar='<LANG>', show_default=True,
122+
type=LANGUAGES, metavar='<LANG>', show_default=True,
123123
multiple=True,
124124
help="Target language to update po files. Default is ALL.")
125125

0 commit comments

Comments
 (0)