Hello All, I'm using Sphinx v4.1.2 with Jupyter-Book v0.11.2 to generate a book, with a config.yml file included below. I'm receiving the following warning, which is preventing a compilation of the book using the xelatex engine. I wondered if anyone has a workaround?
*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 -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/573eb206-f10b-4f21-a81b-5e39f496f0ccn%40googlegroups.com.
