-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: Search functionality does not work #224
Comments
@mwtoews that happened also during the migration to readthedocs in PROJ. Do you remember what happened? |
The fix was from OSGeo/PROJ@fd1b61e But I don't even see how this can be done for this repo. Also, the docs for this repo is only one page, so if anything the search should be disabled. |
Thanks! Search is the most noticeable thing, but there are other controls that do not work, like the version selector in the bottom left part "v: latest", or the whole menu button (burger button) when using it in a mobile device. |
Yeah, I noticed the non-working controls too, which was the same as from the broken PROJ docs too. It's probably missing sphinxcontrib.jquery from the extensions list. |
@mwtoews et al., thanks for reporting this issue and providing some tips. I'm looking into it now. |
jazzband/help#349 (comment) these files are missing in master: we need them , or something similar, # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: requirements.txt
- method: pip
path: . |
@blaisep et al., I went ahead and merged the fix for this without review since it didn't touch any package functionality, and the issue is now resolved. Thanks for reporting it @jjimenezshaw. |
In the documentation in readthedocs, the Search functionality does not return anything. It stays "Searching..." forever.
https://python-geojson.readthedocs.io/en/latest/search.html?q=point&check_keywords=yes&area=default
The text was updated successfully, but these errors were encountered: