Skip to content

Commit

Permalink
upgrade to Sphinx 7.2.2 (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna authored Aug 22, 2023
1 parent c9a9df6 commit 5a470ad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
9 changes: 7 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +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',
'sphinxemoji.sphinxemoji']
extensions = ['labels', 'sphinx_removed_in', 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode']

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

Expand Down Expand Up @@ -353,6 +352,12 @@ def __getattr__(cls, name):

rst_epilog = """
.. |RUNSUB| replace:: This attribute can be replaced using runtime substitution. See :ref:`RUNSUB`.
.. role:: raw-html(raw)
:format: html
.. |construction| replace:: :raw-html:`🚧`
.. |green-check-mark| replace:: :raw-html:`✅`
.. |red-cross-mark| replace:: :raw-html:`❌`
.. |red-question-mark| replace:: :raw-html:`❓`
"""

from pygments.lexer import RegexLexer, bygroups,combined, include
Expand Down
20 changes: 10 additions & 10 deletions en/development/rfc/ms-rfc-134.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,25 +361,25 @@ Current Status
+-------------------------------------------------------------+----------------------+
| Support | Status |
+=============================================================+======================+
| Features: Landing page | |:construction:| |
| Features: Landing page | |construction| |
+-------------------------------------------------------------+----------------------+
| Features: JSON & HTML output | |:heavy_check_mark:| |
| Features: JSON & HTML output | |green-check-mark| |
+-------------------------------------------------------------+----------------------+
| Features: Collections (layer listing) | |:construction:| |
| Features: Collections (layer listing) | |construction| |
+-------------------------------------------------------------+----------------------+
| Features: Collections (single layer: links (summary) | |:construction:| |
| Features: Collections (single layer: links (summary) | |construction| |
+-------------------------------------------------------------+----------------------+
| Features: Collections (single layer: query) | |:construction:| |
| Features: Collections (single layer: query) | |construction| |
+-------------------------------------------------------------+----------------------+
| Features: Collections (single layer: list queryable fields) | |:stop_sign:| |
| Features: Collections (single layer: list queryable fields) | |red-cross-mark| |
+-------------------------------------------------------------+----------------------+
| Features: Collections (single layer: map) | |:stop_sign:| |
| Features: Collections (single layer: map) | |red-cross-mark| |
+-------------------------------------------------------------+----------------------+
| Features: API docs | |:stop_sign:| |
| Features: API docs | |red-cross-mark| |
+-------------------------------------------------------------+----------------------+
| Features: msautotests | |:construction:| |
| Features: msautotests | |construction| |
+-------------------------------------------------------------+----------------------+
| Features: user docs on mapserver.org | |:stop_sign:| |
| Features: user docs on mapserver.org | |red-cross-mark| |
+-------------------------------------------------------------+----------------------+

Issues / Tasks / Wishlist
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
alabaster==0.7.13
sphinx==7.1.0
sphinx-removed-in==0.2.1
sphinxemoji==0.2.0
sphinx==7.2.2
sphinx-removed-in==0.2.1

0 comments on commit 5a470ad

Please sign in to comment.