#8866: Built-in Javascript search results' links is missing FILE_SUFFIX ---------------------------+------------------------------------------------ Reporter: ronny | Owner: nobody Status: new | Milestone: post-1.0 Component: Documentation | Version: 1.0 Keywords: search | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ The docs generated by running 'make html' in the docs directory has a built-in javascript search facility (`docs/_build/html/search.html`). The search results' links/URLs are incorrect because they're missing the ".html" suffix in the file name.
If I edit `search.html` and set FILE_SUFFIX to '.html' in the top javascript section then the search results links work. -- Ticket URL: <http://code.djangoproject.com/ticket/8866> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
