From a4ac095a4972d1fd7d9a4ee0b3c1b5de3eb9fdf3 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:06:02 +1100 Subject: [PATCH] List extensions alphabetically --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b7ad57084..40dd4d758 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,8 +35,8 @@ extensions = [ "sphinx_copybutton", "sphinx_inline_tabs", "sphinx_removed_in", - "sphinxext.opengraph", "sphinx_reredirects", + "sphinxext.opengraph", ] intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}