Search is broken on cdi.st/manual #7
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ungleich-public/cdist#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The search function does not work on cdi.st/manual.
After some investigation I determined that
_static/language_data.jsis not loaded on thesearch.htmlpage.It seems to me that
sphinx_rtd_themeis too old on the machine that is building the docs to be published.cf. this commit:
github.com/readthedocs/sphinx_rtd_theme@24f8e31c5bI realized too late that the builds of the manuals are copied to https://code.ungleich.ch/ungleich-public/cdist-web/-/tree/master/src/extra/manual.
I opened a MR (ungleich-public/cdist-web!5) with the fixes, thus closing this issue.