Skip to content

Commit

Permalink
Use Shibuya theme
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed Apr 7, 2024
1 parent aeb3c6c commit 0e5bb0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==5.2.2
furo==2022.9.15
shibuya==2024.4.4
myst-parser==0.18.1
sphinx-copybutton==0.5.0
13 changes: 11 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "Cloud AUD"
copyright = "2022, Cloudfloat"
copyright = "2024, Cloudfloat"
author = "Cloudfloat"


Expand All @@ -23,5 +23,14 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "furo"
html_theme = "shibuya"
html_static_path = ["_static"]


html_theme_options = {
"nav_links": [
{"title": "Wallet", "url": "https://caud.io"},
]
}

html_theme_options = {"github_url": "https://github.com/CloudfloatAU/cloud-aud"}

0 comments on commit 0e5bb0d

Please sign in to comment.