watem-sedem / rfactor

R-factor
https://watem-sedem.github.io/rfactor/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

does not have a title, sphinx rendering of jupyter notebook 'analysis_flanders' in documenation #41

Closed Sachagobeyn closed 2 years ago

Sachagobeyn commented 2 years ago

Sphinx does not render jupyter noteboob because it 'does not have a title', which it does, see https://raw.githubusercontent.com/cn-ws/rfactor/master/docs/notebooks/analysis_flanders.ipynb

See error message: /home/runner/work/rfactor/rfactor/docs/index.rst:7: WARNING: toctree contains reference to document 'notebooks/analysis_flanders' that doesn't have a title: no link will be generated, see https://github.com/cn-ws/rfactor/runs/4325856627?check_suite_focus=true.

I did also observe it does not work on my local machine. See also https://github.com/spatialaudio/nbsphinx/issues/310, I tried all possible options, but it does not seem to render locally or on the docs page

Suggestions?

stijnvanhoey commented 2 years ago

I could reproduce the error locally in nbsphinx 0.8.7, whereas it does work in 0.8.6. The issue is explained in https://github.com/spatialaudio/nbsphinx/issues/601. I'll add a PR.