Skip to content

Commit

Permalink
squash: use small logo
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jun 26, 2024
1 parent e4667d3 commit b3ce41c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docs/plugins/test-checks.rst
docs/_build
docs/spec
docs/stories
docs/_static/tmt-transparent.png
docs/_static/tmt-small.png

# Python

Expand Down
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
.DEFAULT_GOAL := help
.PHONY: help generate-plugins plugins/*.rst generate-stories generate-template-filters generate-autodocs clean

LOGO_SRC = https://raw.githubusercontent.com/teemtee/docs/main/logo/tmt-transparent.png
LOGO_DST = _static/tmt-transparent.png
LOGO_SRC = https://raw.githubusercontent.com/teemtee/docs/main/logo/tmt-small.png
LOGO_DST = _static/tmt-small.png

clean:
rm -rf _build stories spec code/autodocs/*.rst code/template-filters.rst $(LOGO_DST)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _load_theme(
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = '_static/tmt-transparent.png'
html_favicon = '_static/tmt-small.png'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit b3ce41c

Please sign in to comment.