From 53b5aa7bdac2788522d4e86c2d45d5b8e0670e50 Mon Sep 17 00:00:00 2001 From: Takayuki SHIMIZUKAWA Date: Sun, 18 Aug 2024 06:07:51 +0000 Subject: [PATCH] =?UTF-8?q?.readthedocs.yaml=20=E3=80=81=20requirements.tx?= =?UTF-8?q?t=20=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=81sphinx-8.x=E3=81=AB?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yaml | 16 ++++++++++++++++ requirements.txt | 28 ++++++++++++++++++++++++++-- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..f0b3ffe --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: source/conf.py + +python: + install: + - requirements: requirements.txt diff --git a/requirements.txt b/requirements.txt index b828d31..92120f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,26 @@ -sphinx==4.* -sphinxext-opengraph==0.6.3 +# deps +sphinx==8.0.2 +sphinxext-opengraph==0.9.1 + +# pins +alabaster==1.0.0 +babel==2.16.0 +certifi==2024.7.4 +charset-normalizer==3.3.2 +docutils==0.21.2 +idna==3.7 +imagesize==1.4.1 +jinja2==3.1.4 +markupsafe==2.1.5 +packaging==24.1 +pygments==2.18.0 +requests==2.32.3 +snowballstemmer==2.2.0 +sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-serializinghtml==2.0.0 +tomli==2.0.1 +urllib3==2.2.2