From eda31d1ba883f0ef2d5454d8dc240833b5133075 Mon Sep 17 00:00:00 2001 From: codingfabi Date: Sat, 4 May 2024 16:59:52 +0200 Subject: [PATCH] try to add sphinx_rtd_theme --- poetry.lock | 43 ++++++++++++++++++++++++++++++++++++++----- pyproject.toml | 1 + 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c897e70..f847303 100644 --- a/poetry.lock +++ b/poetry.lock @@ -359,13 +359,13 @@ files = [ [[package]] name = "docutils" -version = "0.21.2" +version = "0.18.1" description = "Docutils -- Python Documentation Utilities" optional = false -python-versions = ">=3.9" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "docutils-0.21.2-py3-none-any.whl", hash = "sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2"}, - {file = "docutils-0.21.2.tar.gz", hash = "sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f"}, + {file = "docutils-0.18.1-py2.py3-none-any.whl", hash = "sha256:23010f129180089fbcd3bc08cfefccb3b890b0050e1ca00c867036e9d161b98c"}, + {file = "docutils-0.18.1.tar.gz", hash = "sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"}, ] [[package]] @@ -1503,6 +1503,25 @@ docutils = "*" pygments = "*" Sphinx = ">=7.0.0,<8.0.0" +[[package]] +name = "sphinx-rtd-theme" +version = "1.3.0" +description = "Read the Docs theme for Sphinx" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +files = [ + {file = "sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl", hash = "sha256:46ddef89cc2416a81ecfbeaceab1881948c014b1b6e4450b815311a89fb977b0"}, + {file = "sphinx_rtd_theme-1.3.0.tar.gz", hash = "sha256:590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931"}, +] + +[package.dependencies] +docutils = "<0.19" +sphinx = ">=1.6,<8" +sphinxcontrib-jquery = ">=4,<5" + +[package.extras] +dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"] + [[package]] name = "sphinx-tabs" version = "3.4.5" @@ -1605,6 +1624,20 @@ lint = ["docutils-stubs", "flake8", "mypy"] standalone = ["Sphinx (>=5)"] test = ["html5lib", "pytest"] +[[package]] +name = "sphinxcontrib-jquery" +version = "4.1" +description = "Extension to include jQuery on newer Sphinx releases" +optional = false +python-versions = ">=2.7" +files = [ + {file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"}, + {file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"}, +] + +[package.dependencies] +Sphinx = ">=1.8" + [[package]] name = "sphinxcontrib-jsmath" version = "1.0.1" @@ -1763,4 +1796,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7753c351da60558dac4f675332c7d3f238fc42f39c5bbd5f1c8729bc346f4e57" +content-hash = "d7dcee93b2cceef23bed87422c31281ecf1d6b6161dd353e8e0467693fc104c8" diff --git a/pyproject.toml b/pyproject.toml index f1d0240..d60aa1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ pytest-cov = "^5.0.0" pygments = "^2.17.2" sphinx = "^7.3.7" sphinx-toolbox = "^3.5.0" +sphinx_rtd_theme = "^1.0.0" [build-system] requires = ["poetry-core"]