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
I am getting the following warning when I try to compile my docs into latex format:
copying TeX support files... copying TeX support files...
done
WARNING: Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/borealis/checkouts/readthedocs_cleanup/docs/source/_build/latex/_static/searchtools.js
build succeeded, 1 warning.
The LaTeX files are in _build/latex.
Details
Problem
I am getting the following warning when I try to compile my docs into latex format:
I believe this error is thrown from this line of code: https://github.com/readthedocs/readthedocs-sphinx-ext/blob/f1145b1819458643f442b21083b3397aeebc8e72/readthedocs_ext/readthedocs.py#L277
This problem doesn't occur when I compile the docs locally - see the source code linked above.
Solutions Attempted
This problem is very similar to #5029, but I am using the latest version of Sphinx (5.3.x) instead.
I have tried:
searchtools.js
source code into my repo and loading inconf.py
with:sphinx_search.extension
withinconf.py
Neither made the warning go away.
The text was updated successfully, but these errors were encountered: