flatsurf / surface-dynamics

Teichmüller dynamics in SageMath
https://flatsurf.github.io/surface-dynamics/
GNU General Public License v2.0
12 stars 14 forks source link

Enhance sql query printing #85

Closed videlec closed 5 months ago

videlec commented 5 months ago

Checklist

videlec commented 5 months ago

There seems to be a missing module in CI (build-manual)

Run sphinx-build -b html -n doc/source html/surface-dynamics --color -a -E -W
Running Sphinx v7.3.7

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/test/lib/python3.10/site-packages/sphinx/config.py", line 509, in eval_config_file
    exec(code, namespace)  # NoQA: S102
  File "/home/runner/work/surface-dynamics/surface-dynamics/doc/source/conf.py", line 1, in <module>
    import sage_docbuild.conf
  File "/usr/share/miniconda3/envs/test/lib/python3.10/site-packages/sage_docbuild/conf.py", line 963, in <module>
    from jupyter_sphinx.ast import JupyterCellNode, CellInputNode
ModuleNotFoundError: No module named 'jupyter_sphinx'
videlec commented 5 months ago

@saraedum 0ad82ab fixes the build-manual CI workflow. Does it look good enough?