Skip to content

Commit

Permalink
change sphinx theme alabaster to pyData
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Nov 7, 2024
1 parent ac3d76d commit 7b466ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'sphinx.ext.autosectionlabel'
]

autosummary_generate = True
autosummary_generate = True
autosummary_imported_members = True
autosectionlabel_prefix_document = True
autoclass_content = "class"
Expand All @@ -40,5 +40,6 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
#html_theme = 'alabaster'
html_theme = 'pydata_sphinx_theme'
html_static_path = ['_static']

0 comments on commit 7b466ab

Please sign in to comment.