Skip to content

Commit

Permalink
Add githubpages ext for correct style
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed Apr 27, 2024
1 parent 3eae137 commit 4c86ea9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["myst_parser", "sphinx_design", "sphinx_copybutton", "sphinx.ext.autodoc", "sphinx.ext.napoleon"]
extensions = [
"myst_parser",
"sphinx_design",
"sphinx_copybutton",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.githubpages",
]
myst_enable_extensions = ["colon_fence"]

autodoc_member_order = "groupwise"
Expand Down

0 comments on commit 4c86ea9

Please sign in to comment.