Skip to content

Commit

Permalink
DOC: Switch sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Oct 26, 2023
1 parent 1a22c75 commit 8119eb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ instance/
# Sphinx documentation
docs/_build/
docs/build/
docs/source/generated/auto_tutorials/

# PyBuilder
target/
Expand Down Expand Up @@ -131,6 +132,7 @@ dmypy.json

# Demo thing to let people not pollute repos
my_project_ll_config.yaml
project_ll_config_face13_egi.yaml

# VSCode ignore
.vscode
4 changes: 2 additions & 2 deletions docs/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx!=4.1.0,<6
pydata-sphinx-theme
sphinx>=6
shibuya
sphinx-design
sphinx-gallery
sphinxemoji
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "pydata_sphinx_theme"
html_theme = "shibuya"
html_static_path = ["_static"]
html_theme_options = {
"logo": {
Expand Down

0 comments on commit 8119eb7

Please sign in to comment.