Skip to content

Commit f166191

Browse files
authored
set locale_dirs to correct path (#396)
1 parent 320199d commit f166191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DISCOVER/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
comments_config = {'hypothesis': False, 'utterances': False}
3737
copyright = '2023'
3838
exclude_patterns = ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build']
39+
locale_dirs = ["../locales"]
3940
extensions = ['sphinx_togglebutton', 'sphinx_copybutton', 'myst_nb', 'jupyter_book', 'sphinx_external_toc', 'sphinx.ext.intersphinx', 'sphinx_design', 'sphinx_book_theme', 'sphinx_tags', 'sphinx_jupyterbook_latex', 'sphinx_multitoc_numbering']
4041
external_toc_exclude_missing = False
4142
external_toc_path = '_toc.yml'

0 commit comments

Comments
 (0)