Skip to content

Commit 9ff53d1

Browse files
committed
Bump dependencies and remove image.
1 parent b395775 commit 9ff53d1

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![gd.docs][Icon]
2-
31
# `gd.docs`
42

53
[![gd.docs][Badge]][gd.docs]
@@ -62,7 +60,5 @@ Ideas on what to add or improve can be found in the [issues][Issues] section of
6260

6361
[gd.docs]: https://docs.gd-programming.org/
6462

65-
[Discord]: https://gd-programming.org/discord
6663
[Issues]: https://github.com/gd-programming/gd.docs/issues
6764
[Badge]: https://github.com/gd-programming/gd.docs/workflows/docs/badge.svg
68-
[Icon]: https://github.com/gd-programming/gd.docs/blob/docs/assets/icons/gd.docs.png?raw=true

assets/icons/gd.docs.png

-39.4 KB
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ Issues = "https://github.com/gd-programming/gd.docs/issues"
2626
[tool.poetry.dependencies]
2727
python = ">= 3.7"
2828

29-
mkdocs = ">= 1.3.0"
30-
mkdocs-material = "8.3.8"
31-
32-
mkdocstrings = ">= 0.19.0"
29+
mkdocs = ">= 1.4.2"
30+
mkdocs-material = ">= 9.1.6"
3331

3432
[build-system]
35-
requires = ["poetry-core >= 1.1.0b2"]
33+
requires = ["poetry-core >= 1.5.2"]
3634
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)