1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

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>
This commit is contained in:
dependabot[bot] 2021-08-09 00:12:28 +00:00 committed by GitHub
parent 2bc822cfe2
commit c97b95412f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -260,7 +260,7 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
[[package]]
name = "sphinx-book-theme"
version = "0.1.1"
version = "0.1.2"
description = "Jupyter Book: Create an online book with Jupyter Notebooks"
category = "main"
optional = false
@ -390,7 +390,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "94e7a6679fd9ad961d35279d5fed22df5ea417a970bb38f3ab4775c098e1b86e"
content-hash = "49e28cd4efc00024042294883413c1c71a85d618c8624a616ae9626a33e86d42"
[metadata.files]
alabaster = [
@ -549,8 +549,8 @@ sphinx = [
{file = "Sphinx-3.5.4.tar.gz", hash = "sha256:19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1"},
]
sphinx-book-theme = [
{file = "sphinx-book-theme-0.1.1.tar.gz", hash = "sha256:0b182939df1711b5af74b26af74884a12f7de75a0dc6b24bdeb28d715c4935da"},
{file = "sphinx_book_theme-0.1.1-py3-none-any.whl", hash = "sha256:4af4a37be7fe7d5f4d989416c0ea46476201aaaa513cd8faf341cb691eef0735"},
{file = "sphinx-book-theme-0.1.2.tar.gz", hash = "sha256:17dbae3da8acfefcbaad726d2303db6a4708d25f7f7644ebe4d913fb74339570"},
{file = "sphinx_book_theme-0.1.2-py3-none-any.whl", hash = "sha256:78818780fe7cf849459696923b6732885daae59541fb06633ed3ba8054b15cee"},
]
sphinx-copybutton = [
{file = "sphinx-copybutton-0.4.0.tar.gz", hash = "sha256:8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386"},

View file

@ -9,7 +9,7 @@ license = "CC BY-SA"
python = "^3.8"
sphinx = "3.5.4"
livereload = "2.6.3"
sphinx-book-theme = "0.1.1"
sphinx-book-theme = "0.1.2"
sphinx-copybutton = "0.4.0"
[tool.poetry.dev-dependencies]