Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump dependencies and remove image.
  • Loading branch information
nekitdev committed Apr 17, 2023
commit 9ff53d11abdf179f261fc7011a01114f8ca7442e
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
![gd.docs][Icon]

# `gd.docs`

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

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

[Discord]: https://gd-programming.org/discord
[Issues]: https://github.com/gd-programming/gd.docs/issues
[Badge]: https://github.com/gd-programming/gd.docs/workflows/docs/badge.svg
[Icon]: https://github.com/gd-programming/gd.docs/blob/docs/assets/icons/gd.docs.png?raw=true
Binary file removed assets/icons/gd.docs.png
Binary file not shown.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ Issues = "https://github.com/gd-programming/gd.docs/issues"
[tool.poetry.dependencies]
python = ">= 3.7"

mkdocs = ">= 1.3.0"
mkdocs-material = "8.3.8"

mkdocstrings = ">= 0.19.0"
mkdocs = ">= 1.4.2"
mkdocs-material = ">= 9.1.6"

[build-system]
requires = ["poetry-core >= 1.1.0b2"]
requires = ["poetry-core >= 1.5.2"]
build-backend = "poetry.core.masonry.api"