Skip to content

Commit

Permalink
feat: Remove label of selectbox
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 24, 2024
1 parent 2d22138 commit 46814c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions contents/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
html_title = project
html_permalinks = False
html_theme_options = {
"navbar_end": [
"navbar-icon-links",
"navbar_start": [
"navbar-logo",
"mini18n/snippets/select-lang",
],
"article_footer_items": [],
Expand All @@ -62,3 +62,4 @@
# atsphinx.mini18n
mini18n_default_language = "en"
mini18n_support_languages = ["en", "ja"]
mini18n_select_lang_label = ""
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"pydata-sphinx-theme~=0.13.0",
"sphinx_design~=0.4.0",
"python-dotenv~=1.0.1",
"atsphinx-mini18n~=0.2.1",
"atsphinx-mini18n~=0.3.0",
]
license = "Apache-2.0"
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ accessible-pygments==0.0.4
alabaster==0.7.16
# via sphinx
atsphinx-color-text==0.1.1
atsphinx-mini18n==0.2.1
atsphinx-mini18n==0.3.0
babel==2.14.0
# via pydata-sphinx-theme
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ accessible-pygments==0.0.4
alabaster==0.7.16
# via sphinx
atsphinx-color-text==0.1.1
atsphinx-mini18n==0.2.1
atsphinx-mini18n==0.3.0
babel==2.14.0
# via pydata-sphinx-theme
# via sphinx
Expand Down

0 comments on commit 46814c0

Please sign in to comment.