Skip to content

Commit

Permalink
Sort Sphinx extensions corresponding to origin
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
chrysle and webknjaz committed May 12, 2024
1 parent 0125d67 commit ec43859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
# Stdlib extensions:
"sphinx.ext.intersphinx",
# Third-party extensions:
"myst_parser",
"sphinxcontrib.apidoc",
"sphinx.ext.intersphinx",
"sphinxcontrib.programoutput",
]

Expand Down

0 comments on commit ec43859

Please sign in to comment.