Skip to content

Commit

Permalink
upgrade to Sphinx 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Aug 21, 2023
1 parent 1fef14a commit d0304bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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

0 comments on commit d0304bc

Please sign in to comment.