Closed aflugge closed 4 months ago
Nevermind. Switched to pdoc, that seems to work.
lunr_search=
param is expected to be a dict, not bool:
https://github.com/pdoc3/pdoc/blob/2a66eb2c882cabd195a61f44a921bfdc39eddf2e/pdoc/templates/config.mako#L51-L56
Expected Behavior
After running in the project directory
pdoc3 --html --force -c lunr_search=True .
I expect to be able to have a working search box in my HTML documenation files.Actual Behavior
I get the following error message:
The HTML files have a search box, but if I try to search something, I get the following error message in my browser:
There is no
doc-search.html
in the html folder.If I run the pdoc3 command without
-c lunr_search=True
it runs without error, it creates the documentation, but it doesn't put a search box in the documentation.Additional info