MapServer / MapServer-documentation

Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
https://mapserver.org
Other
34 stars 69 forks source link

Add JQuery to fix broken Service Providers page #879

Closed geographika closed 8 months ago

geographika commented 8 months ago

The Service Providers page is currently broken (in terms of layout and random ordering) as JQuery no longer seems to be present in the deployed docs at https://mapserver.org/community/service_providers.html#service-providers

Uncaught ReferenceError: $ is not defined

image

This pull request adds back JQuery using the Sphinx plugin https://pypi.org/project/sphinxcontrib-jquery/ which fixes the issue.