fix: docs (#6)
This commit is contained in:
parent
fd29ab3d58
commit
ee473c05c5
11
poetry.lock
generated
11
poetry.lock
generated
@ -443,6 +443,14 @@ python-versions = ">=3.5"
|
||||
test = ["pytest"]
|
||||
lint = ["docutils-stubs", "mypy", "flake8"]
|
||||
|
||||
[[package]]
|
||||
name = "sphinxcontrib-fulltoc"
|
||||
version = "1.2.0"
|
||||
description = "Include a full table of contents in your Sphinx HTML sidebar"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "sphinxcontrib-htmlhelp"
|
||||
version = "2.0.0"
|
||||
@ -537,7 +545,7 @@ docs = ["myst-parser", "Sphinx", "sphinx-rtd-theme"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "43ff8cac973dfd191afe3253536f6cfac7e4e191e0f6a6e6fbe6a58fcc5701fc"
|
||||
content-hash = "f9a6aeaf025bd741406592d8673893f1a249d4d604e76f6c83cfcf295c0b304f"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = []
|
||||
@ -575,6 +583,7 @@ sphinx-rtd-theme = []
|
||||
sphinxcontrib-applehelp = []
|
||||
sphinxcontrib-asyncio = []
|
||||
sphinxcontrib-devhelp = []
|
||||
sphinxcontrib-fulltoc = []
|
||||
sphinxcontrib-htmlhelp = []
|
||||
sphinxcontrib-jsmath = []
|
||||
sphinxcontrib-qthelp = []
|
||||
|
||||
@ -30,6 +30,7 @@ Sphinx = {version = "^5.0", optional = true}
|
||||
sphinx-rtd-theme = {version = "^1.0", optional = true}
|
||||
myst-parser = {version = "^0.18", optional = true}
|
||||
sphinxcontrib-asyncio = {version = "^0.3.0", extras = ["docs"]}
|
||||
sphinxcontrib-fulltoc = {version = "^1.2.0", extras = ["docs"]}
|
||||
|
||||
[tool.poetry.extras]
|
||||
docs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user