From 8614ecac7233351cc9e11ec625a2d711357b7222 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 23 Apr 2024 15:23:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20theme=20version=20(#918?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yml | 2 +- docs/conf.py | 4 ++-- pyproject.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 57297d4b..5b09f7d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" python: install: diff --git a/docs/conf.py b/docs/conf.py index 58cceb0e..1a52d061 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -155,14 +155,14 @@ html_title = "" html_theme_options = { "home_page_in_toc": True, - "github_url": "https://github.com/executablebooks/MyST-Parser", + # "github_url": "https://github.com/executablebooks/MyST-Parser", "repository_url": "https://github.com/executablebooks/MyST-Parser", "repository_branch": "master", "path_to_docs": "docs", "use_repository_button": True, "use_edit_page_button": True, "use_issues_button": True, - "announcement": "v2.0.0 is now out! See the Changelog for details", + # "announcement": "v2.0.0 is now out! See the Changelog for details", } html_last_updated_fmt = "" # OpenGraph metadata diff --git a/pyproject.toml b/pyproject.toml index 01f5816d..65c66548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,17 +53,17 @@ code_style = ["pre-commit~=3.0"] linkify = ["linkify-it-py~=2.0"] # Note: This is only required for internal use rtd = [ + "sphinx>=7", "ipython", - "sphinx-book-theme==1.0.0rc2", - "pydata-sphinx-theme==v0.13.0rc4", - "sphinx-design2", + "sphinx-book-theme~=1.1", + "sphinx-design", "sphinx-copybutton", "sphinxext-rediraffe~=0.2.7", # TODO this can uncommented once https://github.com/mgaitan/sphinxcontrib-mermaid/issues/109 is fixed # "sphinxcontrib.mermaid~=0.7.1", "sphinxext-opengraph~=0.9.0", "sphinx-pyscript", - "sphinx-tippy>=0.3.1", + "sphinx-tippy>=0.4.3", "sphinx-autodoc2~=0.5.0", "sphinx-togglebutton", ]