Skip to content

Commit

Permalink
Merge pull request #879 from geographika/jquery
Browse files Browse the repository at this point in the history
Add JQuery to fix broken Service Providers page
  • Loading branch information
rouault committed Feb 9, 2024
2 parents 6ebc69b + d8a760c commit 5e6aba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def __getattr__(cls, name):
#extensions = ['labels' ,'rst2pdf.pdfbuilder']
#extensions = ['labels', 'sphinxcontrib.spelling']

extensions = ['labels', 'sphinx_removed_in', 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode']
extensions = ['labels', 'sphinx_removed_in', 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode'
, 'sphinxcontrib.jquery']

autosummary_generate = True # when True create a page for each mapscript class

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alabaster==0.7.16
sphinx==7.2.6
sphinx-removed-in==0.2.1
sphinxcontrib-jquery==4.1
--extra-index-url https://test.pypi.org/simple/
mapscript==8.1.0

0 comments on commit 5e6aba4

Please sign in to comment.