diff --git a/Makefile b/Makefile index d528e92..fef353b 100755 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ pylint: .PHONY: help pycodestyle pylint bin doc: + cd docs/_static && convert logo_W.png logo_B.png +append logo_white.png cd docs && make html publish: diff --git a/docs/_static/logo_B.png b/docs/_static/logo_B.png index ecaa72b..c839f0c 100644 Binary files a/docs/_static/logo_B.png and b/docs/_static/logo_B.png differ diff --git a/docs/_static/logo_B.xcf b/docs/_static/logo_B.xcf new file mode 100644 index 0000000..a687a21 Binary files /dev/null and b/docs/_static/logo_B.xcf differ diff --git a/docs/_static/logo_white.png b/docs/_static/logo_white.png index 11ccc03..5daffb0 100644 Binary files a/docs/_static/logo_white.png and b/docs/_static/logo_white.png differ