Skip to content

Commit

Permalink
Merge pull request #900 from MapServer/backport-899-to-branch-8-0
Browse files Browse the repository at this point in the history
[Backport branch-8-0] upgrade Sphinx to 7.3.7
  • Loading branch information
jmckenna committed May 6, 2024
2 parents aa04ef2 + 24cf70c commit f1b9ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode'
, 'sphinxcontrib.jquery']

autosummary_generate = True # when True create a page for each mapscript class
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
alabaster==0.7.16
sphinx==7.2.6
sphinx-removed-in==0.2.1
sphinx==7.3.7
sphinxcontrib-jquery==4.1
--extra-index-url https://test.pypi.org/simple/
mapscript==8.1.0

0 comments on commit f1b9ff0

Please sign in to comment.