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
make html
Running Sphinx v7.0.1
[autosummary] generating autosummary for: applications.rst, auxiliary_files.rst, camera_efficiency.rst, configuration_module.rst, corsika.rst, data_model.rst, databases.rst, db_handler.rst, gammasim-tools-configuration.rst, getting_started.rst, ..., layout_array.rst, library.rst, mc_model.rst, psf_analysis.rst, ray_tracing.rst, sim_telarray.rst, simulation_software.rst, simulators.rst, util.rst, visualization.rst
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 24 source files that are out of date
updating environment: [new config] 24 added, 0 changed, 0 removed
reading sources... [100%] visualization
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 4%] applications
Theme error:
An error happened in rendering the page applications.
Reason: UndefinedError("'style' is undefined")
make: *** [html] Error 2
Seems to be a known issue (see here). Not sure why it works in the github action.
running sphinx gives the following warning:
WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://docs.python.org/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
Also something we probably want to fix.
The text was updated successfully, but these errors were encountered:
Looks like the former issue can be solved by forcing the use of Sphinx version < 7. Alternatively we can switch to a theme which is supported also in newer versions of Sphinx (might make more sense actually).
To issues related to sphinx:
make html
does not work locally:Seems to be a known issue (see here). Not sure why it works in the github action.
Also something we probably want to fix.
The text was updated successfully, but these errors were encountered: