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
Running make docs leads to a weird sphinx error I've never seen which is basically saying it can't even give an error. I suspect it is coming from automl-sphinx-theme but I'm not certain.
$ make docs
make -C docs docs
make[1]: Entering directory '/home/skantify/code/mf-prior-bench/docs'
SPHINX_GALLERY_PLOT=False sphinx-build -b html . build/html
Running Sphinx v5.1.1
WARNING: logo file 'images/logo.png' does not exist
WARNING: favicon file 'images/favicon.ico' does not exist
Exception occurred:
File "/home/skantify/.pyenv/versions/3.8.10/lib/python3.8/sre_parse.py", line 598, in _parse
raise source.error(msg, len(this) + 1 + len(that))
re.error: bad character range r-b at position 29
The full traceback has been saved in /tmp/sphinx-err-tc691ppe.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make[1]: *** [Makefile:13: html] Error 2
make[1]: Leaving directory '/home/skantify/code/mf-prior-bench/docs'
make: *** [Makefile:73: docs] Error 2
I ran into the same issues but I still don't know why they are happening. I actually changed that one line in my python source directly and then everything worked as expected. But yeah, that's no solution.
Running make docs leads to a weird sphinx error I've never seen which is basically saying it can't even give an error. I suspect it is coming from automl-sphinx-theme but I'm not certain.
@renesass
$ pip list | grep sphinx automl-sphinx-theme 0.1.12 sphinx-autodoc-typehints 1.19.2 sphinx-gallery 0.11.0 sphinx-jinja2-compat 0.1.2 sphinx-prompt 1.5.0 sphinx-tabs 3.4.0 sphinx-toolbox 3.1.2 sphinxcontrib-applehelp 1.0.2 sphinxcontrib-devhelp 1.0.2 sphinxcontrib-htmlhelp 2.0.0 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 1.0.3 sphinxcontrib-serializinghtml 1.1.5
The output of the
.log
fileThe text was updated successfully, but these errors were encountered: