Skip to content

Commit 185f27f

Browse files
committed
Use |dictsort
1 parent 493657c commit 185f27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx-context.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These are all the values from the Sphinx config object:
55

66
.. jinja::
77

8-
{%- for key, value in env.config.__dict__.items() %}
8+
{%- for key, value in env.config.__dict__|dictsort %}
99
{%- if key in ("values", "_raw_config", "overrides", "_overrides", "_options") %}
1010
{% continue %}
1111
{%- endif %}

0 commit comments

Comments
 (0)