We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
|dictsort
1 parent 493657c commit 185f27fCopy full SHA for 185f27f
docs/sphinx-context.rst
@@ -5,7 +5,7 @@ These are all the values from the Sphinx config object:
5
6
.. jinja::
7
8
- {%- for key, value in env.config.__dict__.items() %}
+ {%- for key, value in env.config.__dict__|dictsort %}
9
{%- if key in ("values", "_raw_config", "overrides", "_overrides", "_options") %}
10
{% continue %}
11
{%- endif %}
0 commit comments