allow struct initializers to occur in array literals

This commit is contained in:
Irmen de Jong
2025-09-14 13:29:16 +02:00
parent d285d37fdb
commit 8b48a295b6
24 changed files with 245 additions and 154 deletions

View File

@@ -52,10 +52,7 @@ needs_sphinx = '5.3'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [ 'sphinxcontrib.jquery', 'sphinx_rtd_dark_mode']
# user starts in light mode
default_dark_mode = False
extensions = [ 'sphinxcontrib.jquery', 'sphinx_rtd_dark_mode', 'sphinx.ext.imgconverter']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -177,6 +174,9 @@ texinfo_documents = [
# -- Extension configuration -------------------------------------------------
# user starts in light mode
default_dark_mode = False
# -- Options for to do extension ----------------------------------------------
# todo_include_todos = True