fix: docs (#6)
This commit is contained in:
11
poetry.lock
generated
11
poetry.lock
generated
@@ -443,6 +443,14 @@ python-versions = ">=3.5"
|
|||||||
test = ["pytest"]
|
test = ["pytest"]
|
||||||
lint = ["docutils-stubs", "mypy", "flake8"]
|
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]]
|
[[package]]
|
||||||
name = "sphinxcontrib-htmlhelp"
|
name = "sphinxcontrib-htmlhelp"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
@@ -537,7 +545,7 @@ docs = ["myst-parser", "Sphinx", "sphinx-rtd-theme"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "43ff8cac973dfd191afe3253536f6cfac7e4e191e0f6a6e6fbe6a58fcc5701fc"
|
content-hash = "f9a6aeaf025bd741406592d8673893f1a249d4d604e76f6c83cfcf295c0b304f"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
alabaster = []
|
alabaster = []
|
||||||
@@ -575,6 +583,7 @@ sphinx-rtd-theme = []
|
|||||||
sphinxcontrib-applehelp = []
|
sphinxcontrib-applehelp = []
|
||||||
sphinxcontrib-asyncio = []
|
sphinxcontrib-asyncio = []
|
||||||
sphinxcontrib-devhelp = []
|
sphinxcontrib-devhelp = []
|
||||||
|
sphinxcontrib-fulltoc = []
|
||||||
sphinxcontrib-htmlhelp = []
|
sphinxcontrib-htmlhelp = []
|
||||||
sphinxcontrib-jsmath = []
|
sphinxcontrib-jsmath = []
|
||||||
sphinxcontrib-qthelp = []
|
sphinxcontrib-qthelp = []
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ Sphinx = {version = "^5.0", optional = true}
|
|||||||
sphinx-rtd-theme = {version = "^1.0", optional = true}
|
sphinx-rtd-theme = {version = "^1.0", optional = true}
|
||||||
myst-parser = {version = "^0.18", optional = true}
|
myst-parser = {version = "^0.18", optional = true}
|
||||||
sphinxcontrib-asyncio = {version = "^0.3.0", extras = ["docs"]}
|
sphinxcontrib-asyncio = {version = "^0.3.0", extras = ["docs"]}
|
||||||
|
sphinxcontrib-fulltoc = {version = "^1.2.0", extras = ["docs"]}
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
docs = [
|
docs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user