Skip to content

Commit a9f256a

Browse files
committed
Remove obsolete make tasks
Use the new logo for all sites Make i18n site work
1 parent 72f2093 commit a9f256a

File tree

7 files changed

+10
-5
lines changed

7 files changed

+10
-5
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ help:
88
@echo "clean-test - remove test and coverage artifacts"
99
@echo "lint - check style with flake8"
1010
@echo "test - run tests quickly with the default Python"
11-
@echo "test-all - run tests on every Python version with tox"
1211
@echo "coverage - check code coverage quickly with the default Python"
13-
@echo "docs - generate Sphinx HTML documentation, including API docs"
14-
@echo "docs-release - generate and upload docs to PyPI"
12+
@echo "docs - generate HTML documentation"
1513
@echo "release - package and upload a release"
1614
@echo "dist - package"
1715

@@ -67,9 +65,11 @@ logo:
6765
convert images/logo.svg -resize x40 -transparent white logya/sites/docs/static/img/logya-small.png
6866

6967
cp logya/sites/docs/static/favicon.ico logya/sites/base/static/favicon.ico
68+
cp logya/sites/docs/static/favicon.ico logya/sites/i18n/static/favicon.ico
69+
7070
cp logya/sites/docs/static/img/logya-small.png logya/sites/base/static/img/logya-small.png
7171

72-
# Call example: make release version=4.7.1
72+
# Call example: make release version=5.0.0
7373
release: dist
7474
git tag -a $(version) -m 'Create version $(version)'
7575
git push --tags

logya/sites/base/static/favicon.ico

0 Bytes
Binary file not shown.
-39 Bytes
Loading

logya/sites/docs/static/favicon.ico

0 Bytes
Binary file not shown.
-39 Bytes
Loading

logya/sites/i18n/site.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ languages:
1919
de:
2020
name: Deutsch
2121
en:
22-
name: English
22+
name: English
23+
24+
25+
extensions:
26+
jinja: # https://jinja.palletsprojects.com/extensions/
27+
- 'jinja2.ext.loopcontrols'

logya/sites/i18n/static/favicon.ico

31.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)