diff --git a/docs/about.rst b/docs/about.rst index 07c35e82..ed83ff29 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -69,9 +69,3 @@ The following table lists the assets used by the |product| to be awesome. .. _Zondicons: http://www.zondicons.com .. _Creative Commons Attribution-ShareAlike 4.0: https://creativecommons.org/licenses/by-sa/4.0/legalcode .. _Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.html - - -Versioning strategy -------------------- - -Starting with version 5.0, the |product| adopts `semantic versioning `_. diff --git a/noxfile.py b/noxfile.py index 7a550b79..ded153f8 100644 --- a/noxfile.py +++ b/noxfile.py @@ -47,7 +47,7 @@ def docs(session: nox.Session) -> None: if "--live" in session.posargs: build_cmd = "sphinx-autobuild" - args += ["-A", "mode=development", "--watch", "src/sphinxawesome_theme"] + args += ["-A", "mode=development"] session.posargs.remove("--live") if "--verbose" in session.posargs: diff --git a/src/sphinxawesome_theme/sidebar.html b/src/sphinxawesome_theme/sidebar.html index d9943d34..89aaa6a1 100644 --- a/src/sphinxawesome_theme/sidebar.html +++ b/src/sphinxawesome_theme/sidebar.html @@ -14,13 +14,15 @@ {%- if logo_url %} - Logo + Logo {%- endif -%} {%- if theme_logo_dark and not logo_url %} - + {%- endif -%} {%- if theme_logo_light and not logo_url %} - Logo + Logo {%- endif -%} {{ docstitle }}