nix.dev/pyproject.toml
dependabot[bot] e01163457f
chore(deps): bump sphinx-sitemap from 2.5.0 to 2.5.1
Bumps [sphinx-sitemap](https://github.com/jdillard/sphinx-sitemap) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/jdillard/sphinx-sitemap/releases)
- [Changelog](https://github.com/jdillard/sphinx-sitemap/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jdillard/sphinx-sitemap/compare/v2.5.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 01:06:40 +00:00

26 lines
535 B
TOML

[tool.poetry]
name = "nix.dev"
version = "0.1.0"
description = ""
authors = ["Domen Kožar <domen@dev.si>"]
license = "CC BY-SA"
[tool.poetry.dependencies]
python = "^3.7"
livereload = "*"
myst-parser = {version = "*", extras = ["linkify"]}
sphinx = "*"
sphinx-book-theme = "^1.0.0"
sphinx-copybutton = "*"
sphinx-design = "^0.3.0"
sphinx-sitemap = "^2.5.1"
sphinx-notfound-page = "^0.8.3"
[tool.poetry.dev-dependencies]
black = "==22.8.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"