Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Don't set the default language #1750

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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