You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using poetry run sphinx-build -b html docs/ docs/_build as the README sort of suggests...
Sphinx v6.2.1 en cours d'exécution WARNING: L’entrée '_static' de html_static_path n’existe pas myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) Construction en cours [mo] : cibles périmées pour les fichiers po 0 Écriture... Construction [html] : cibles périmées pour les fichiers sources 15 Mise à jour de l'environnement : [nouvelle configuration] 15 ajouté(s), 0 modifié(s), 0 supprimé(s) Lecture des sources... [ 46%] notebooks/notebook_1_sarc_connection_and_users_list Notebook error: PandocMissing in notebooks/notebook_1_sarc_connection_and_users_list.ipynb: Pandoc wasn't found. Please check that pandoc is installed: https://pandoc.org/installing.html
So there seems to be missing entries and also adding pandoc to poetry's requirements does not fix the pandoc error. (sub interpreter?)
The text was updated successfully, but these errors were encountered:
Using
poetry run sphinx-build -b html docs/ docs/_build
as the README sort of suggests...Sphinx v6.2.1 en cours d'exécution WARNING: L’entrée '_static' de html_static_path n’existe pas myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) Construction en cours [mo] : cibles périmées pour les fichiers po 0 Écriture... Construction [html] : cibles périmées pour les fichiers sources 15 Mise à jour de l'environnement : [nouvelle configuration] 15 ajouté(s), 0 modifié(s), 0 supprimé(s) Lecture des sources... [ 46%] notebooks/notebook_1_sarc_connection_and_users_list Notebook error: PandocMissing in notebooks/notebook_1_sarc_connection_and_users_list.ipynb: Pandoc wasn't found. Please check that pandoc is installed: https://pandoc.org/installing.html
So there seems to be missing entries and also adding pandoc to poetry's requirements does not fix the pandoc error. (sub interpreter?)
The text was updated successfully, but these errors were encountered: