WARNING: cannot override config setting 'html_add_permalinks' with unsupported type, ignoring
Suggestions are very welcome!
Contents of config.yml:
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
only_build_toc_files: true
# HTML-specific settings
html:
home_page_in_navbar: false
use_issues_button: false
use_repository_button: false
# Interact link settings
notebook_interface : "notebook"
# Launch button settings
repository:
url: https://github.com/executablebooks/jupyter-book # Online location of your book
branch: master # Which branch of the repository should be used when creating links (optional)
binder:
binderhub_url : "https://mybinder.org"
text : "Launch binder"
latex:
latex_engine : "xelatex"
latex_documents:
targetname: book.tex
# Add a bibtex file so that we can create citations
#bibtex_bibfiles:
# - references.bib
parse:
myst_enable_extensions:
# don't forget to list any other extensions you want enabled,
# including those that are enabled by default!
- amsmath
- dollarmath
- html_image
myst_dmath_double_inline: True
number_equations: true
sphinx:
config:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
building [html]: targets for 13 source files that are out of date
(base) geomicrobio@geomicrobio-mac --- % jupyter-book --version
Jupyter Book : 0.11.2
External ToC : 0.2.3
MyST-Parser : 0.13.7
MyST-NB : 0.12.3
Sphinx Book Theme : 0.1.2
Jupyter-Cache : 0.4.3
NbClient : 0.5.3
and this is my yaml:
title: Genómica computacional. Manual de bioinformática.
author: Nayeli Luis y Marisol Navarro
logo: images/bioinformatics3.png
execute:
execute_notebooks: force
latex:
latex_documents:
targetname: book.tex
bibtex_bibfiles:
- references.bib
html:
use_issues_button: true
use_repository_button: true
parse:
myst_enable_extensions:
- html_image
- colon_fence
- html_admonition
- deflist