Skip to content

Commit

Permalink
Don't set the default language
Browse files Browse the repository at this point in the history
For Sphinx 5 compatibility.
  • Loading branch information
michaelosthege committed Jun 9, 2022
1 parent 9128148 commit 3613fbe
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion jupyter_book/config.py
Expand Up @@ -34,7 +34,6 @@ def get_default_sphinx_config():
"sphinx_design",
"sphinx_book_theme",
],
language=None,
pygments_style="sphinx",
html_theme="sphinx_book_theme",
html_theme_options={"search_bar_text": "Search this book..."},
Expand Down
1 change: 0 additions & 1 deletion tests/test_config/test_config_sphinx_command.txt
Expand Up @@ -23,7 +23,6 @@ html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons'
html_title = 'test'
jupyter_cache = ''
jupyter_execute_notebooks = 'auto'
language = None
latex_engine = 'pdflatex'
myst_enable_extensions = ['colon_fence', 'dollarmath', 'linkify', 'substitution', 'tasklist']
myst_url_schemes = ['mailto', 'http', 'https']
Expand Down
Expand Up @@ -23,7 +23,6 @@ html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons'
html_title = 'My Jupyter Book'
jupyter_cache = ''
jupyter_execute_notebooks = 'auto'
language = None
latex_engine = 'pdflatex'
myst_enable_extensions = ['colon_fence', 'dollarmath', 'linkify', 'substitution', 'tasklist']
myst_url_schemes = ['mailto', 'http', 'https']
Expand Down
Expand Up @@ -57,7 +57,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
1 change: 0 additions & 1 deletion tests/test_config/test_get_final_config_empty_.yml
Expand Up @@ -54,7 +54,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
Expand Up @@ -57,7 +57,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
Expand Up @@ -56,7 +56,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: cache
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
Expand Up @@ -58,7 +58,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- linkify
Expand Down
Expand Up @@ -56,7 +56,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
1 change: 0 additions & 1 deletion tests/test_config/test_get_final_config_latex_doc_.yml
Expand Up @@ -58,7 +58,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
Expand Up @@ -56,7 +56,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
1 change: 0 additions & 1 deletion tests/test_config/test_get_final_config_repository_.yml
Expand Up @@ -56,7 +56,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
Expand Up @@ -51,7 +51,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
Expand Up @@ -68,7 +68,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
1 change: 0 additions & 1 deletion tests/test_config/test_get_final_config_title_.yml
Expand Up @@ -55,7 +55,6 @@ final:
html_title: hallo
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
myst_enable_extensions:
- colon_fence
Expand Down
1 change: 0 additions & 1 deletion tests/test_config/test_mathjax_config_warning.sphinx4.yml
Expand Up @@ -60,7 +60,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
mathjax3_config:
TeX:
Expand Down
Expand Up @@ -61,7 +61,6 @@ final:
html_title: My Jupyter Book
jupyter_cache: ''
jupyter_execute_notebooks: auto
language: null
latex_engine: pdflatex
mathjax2_config:
TeX:
Expand Down

0 comments on commit 3613fbe

Please sign in to comment.