1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00
Commit graph

69 commits

Author SHA1 Message Date
dependabot[bot]
2660414724 Bump click from 8.1.4 to 8.1.6
Bumps [click](https://github.com/pallets/click) from 8.1.4 to 8.1.6.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.4...8.1.6)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 20:14:01 +02:00
dependabot[bot]
b1bde150d2 Bump click from 8.1.3 to 8.1.4
Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.4.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.3...8.1.4)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 23:33:53 +02:00
dependabot[bot]
2ee04909d6 Bump lxml from 4.9.2 to 4.9.3
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.2...lxml-4.9.3)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 23:33:30 +02:00
6c355b524b
Update quality.yml 2023-06-19 12:21:47 +02:00
dependabot[bot]
874c0d2ab0 Bump sphinx-rtd-theme from 1.2.0 to 1.2.2
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.0 to 1.2.2.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.0...1.2.2)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-10 18:33:42 +02:00
dependabot[bot]
931d809147 Bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 10:07:07 +02:00
df063b7a94
Add --keep-svg option 2023-04-07 22:00:37 +02:00
55980863c3
Properly center icons with dimensions 2023-04-07 21:55:27 +02:00
41a1ca8261
Properly add the parameters to the function 2023-04-07 21:28:51 +02:00
c92e6aa620
Add --width and --height options 2023-04-07 21:22:19 +02:00
dependabot[bot]
698ad5009a Bump beautifulsoup4 from 4.12.0 to 4.12.1
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.0 to 4.12.1.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 17:26:25 +02:00
dependabot[bot]
bb9338662d Bump beautifulsoup4 from 4.11.2 to 4.12.0
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.2 to 4.12.0.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 09:34:30 +01:00
dependabot[bot]
d9ad3c624d Bump cairosvg from 2.6.0 to 2.7.0
Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/Kozea/CairoSVG/releases)
- [Changelog](https://github.com/Kozea/CairoSVG/blob/master/NEWS.rst)
- [Commits](https://github.com/Kozea/CairoSVG/compare/2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: cairosvg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 22:46:24 +01:00
11295d8b71
Convert examples to PNG
SVGs are not supported on ReadTheDocs
2023-03-11 11:19:13 +01:00
c7b949cadb
Things work correctly now 2023-03-10 23:51:35 +01:00
c08acba846
Add fontawesome to gitignore to allow downloading it in codespaces 2023-03-10 09:44:09 +00:00
8851e21ca3
Make some progress 2023-03-10 09:43:49 +00:00
f606315eea
Start doing something 2023-03-08 00:41:42 +01:00
4026a694b5
First commit 2023-03-07 23:54:05 +01:00