From ee473c05c5ff1ecc91f0c0167987e970eebf4c75 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Sep 2022 10:33:17 -0500 Subject: [PATCH] fix: docs (#6) --- poetry.lock | 11 ++++++++++- pyproject.toml | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 16b3ec72..2e22a523 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = [] diff --git a/pyproject.toml b/pyproject.toml index 8e70aa25..59e2690c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [