fix: docs (#6)

This commit is contained in:
J. Nick Koston 2022-09-09 10:33:17 -05:00 committed by GitHub
parent fd29ab3d58
commit ee473c05c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

11
poetry.lock generated
View File

@ -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 = []

View File

@ -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 = [