diff --git a/conf.py b/conf.py index bdafee4..6bca025 100644 --- a/conf.py +++ b/conf.py @@ -83,7 +83,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'haikusidebar' +html_theme = 'haikumodern' html_theme_path = ["theme"] # Theme options are theme-specific and customize the look and feel of a theme diff --git a/theme/haikusidebar/layout.html b/theme/haikumodern/layout.html similarity index 100% rename from theme/haikusidebar/layout.html rename to theme/haikumodern/layout.html diff --git a/theme/haikusidebar/localtoc.html b/theme/haikumodern/localtoc.html similarity index 100% rename from theme/haikusidebar/localtoc.html rename to theme/haikumodern/localtoc.html diff --git a/theme/haikusidebar/static/alert_info_32.png b/theme/haikumodern/static/alert_info_32.png similarity index 100% rename from theme/haikusidebar/static/alert_info_32.png rename to theme/haikumodern/static/alert_info_32.png diff --git a/theme/haikusidebar/static/alert_warning_32.png b/theme/haikumodern/static/alert_warning_32.png similarity index 100% rename from theme/haikusidebar/static/alert_warning_32.png rename to theme/haikumodern/static/alert_warning_32.png diff --git a/theme/haikusidebar/static/bg-page.png b/theme/haikumodern/static/bg-page.png similarity index 100% rename from theme/haikusidebar/static/bg-page.png rename to theme/haikumodern/static/bg-page.png diff --git a/theme/haikusidebar/static/bullet_orange.png b/theme/haikumodern/static/bullet_orange.png similarity index 100% rename from theme/haikusidebar/static/bullet_orange.png rename to theme/haikumodern/static/bullet_orange.png diff --git a/theme/haikusidebar/static/haiku.css_t b/theme/haikumodern/static/haiku.css_t similarity index 100% rename from theme/haikusidebar/static/haiku.css_t rename to theme/haikumodern/static/haiku.css_t diff --git a/theme/haikusidebar/static/haiku_logo_black.png b/theme/haikumodern/static/haiku_logo_black.png similarity index 100% rename from theme/haikusidebar/static/haiku_logo_black.png rename to theme/haikumodern/static/haiku_logo_black.png diff --git a/theme/haikusidebar/theme.conf b/theme/haikumodern/theme.conf similarity index 100% rename from theme/haikusidebar/theme.conf rename to theme/haikumodern/theme.conf diff --git a/theme/haikusidebar/theme.toml b/theme/haikumodern/theme.toml similarity index 100% rename from theme/haikusidebar/theme.toml rename to theme/haikumodern/theme.toml