Skip to content

Commit 8614eca

Browse files
authored
📚 Update theme version (#918)
1 parent 5416b9f commit 8614eca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.8"
6+
python: "3.9"
77

88
python:
99
install:

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@
155155
html_title = ""
156156
html_theme_options = {
157157
"home_page_in_toc": True,
158-
"github_url": "https://github.com/executablebooks/MyST-Parser",
158+
# "github_url": "https://github.com/executablebooks/MyST-Parser",
159159
"repository_url": "https://github.com/executablebooks/MyST-Parser",
160160
"repository_branch": "master",
161161
"path_to_docs": "docs",
162162
"use_repository_button": True,
163163
"use_edit_page_button": True,
164164
"use_issues_button": True,
165-
"announcement": "<b>v2.0.0</b> is now out! See the Changelog for details",
165+
# "announcement": "<b>v2.0.0</b> is now out! See the Changelog for details",
166166
}
167167
html_last_updated_fmt = ""
168168
# OpenGraph metadata

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ code_style = ["pre-commit~=3.0"]
5353
linkify = ["linkify-it-py~=2.0"]
5454
# Note: This is only required for internal use
5555
rtd = [
56+
"sphinx>=7",
5657
"ipython",
57-
"sphinx-book-theme==1.0.0rc2",
58-
"pydata-sphinx-theme==v0.13.0rc4",
59-
"sphinx-design2",
58+
"sphinx-book-theme~=1.1",
59+
"sphinx-design",
6060
"sphinx-copybutton",
6161
"sphinxext-rediraffe~=0.2.7",
6262
# TODO this can uncommented once https://github.com/mgaitan/sphinxcontrib-mermaid/issues/109 is fixed
6363
# "sphinxcontrib.mermaid~=0.7.1",
6464
"sphinxext-opengraph~=0.9.0",
6565
"sphinx-pyscript",
66-
"sphinx-tippy>=0.3.1",
66+
"sphinx-tippy>=0.4.3",
6767
"sphinx-autodoc2~=0.5.0",
6868
"sphinx-togglebutton",
6969
]

0 commit comments

Comments
 (0)