1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/pyproject.toml
dependabot[bot] c97b95412f
chore(deps): bump sphinx-book-theme from 0.1.1 to 0.1.2
Bumps [sphinx-book-theme](https://github.com/jupyter/jupyter-book) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/jupyter/jupyter-book/releases)
- [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jupyter/jupyter-book/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 00:12:28 +00:00

20 lines
391 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.8"
sphinx = "3.5.4"
livereload = "2.6.3"
sphinx-book-theme = "0.1.2"
sphinx-copybutton = "0.4.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"