Skip to content

Commit 144105d

Browse files
dnskryingsu00
authored andcommitted
Upgrade sphinx to 8.2.1 and sphinx-immaterial to 0.13.0
1 parent d53d8e4 commit 144105d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

presto-docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==7.2.6
2-
sphinx-immaterial==0.11.11
1+
sphinx==8.2.1
2+
sphinx-immaterial==0.13.0
33
sphinx-copybutton==0.5.2

presto-docs/src/main/sphinx/_templates/partials/toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{#-
22
This file was automatically generated - do not edit
33
-#}
4-
{% set title = lang.t("toc.title") %}
4+
{% set title = lang.t("toc") %}
55
{% if config.mdx_configs.toc and config.mdx_configs.toc.title %}
6-
{% set title = config.mdx_configs.toc.title %}
6+
{% set title = config.mdx_configs.toc.title %}
77
{% endif %}
88
<nav class="md-nav md-nav--secondary">
99
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

presto-docs/src/main/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_version():
6161
# -- General configuration -----------------------------------------------------
6262

6363

64-
needs_sphinx = '7.2.6'
64+
needs_sphinx = '8.2.1'
6565

6666
extensions = [
6767
'sphinx_immaterial', 'sphinx_copybutton', 'download', 'issue', 'pr', 'sphinx.ext.autosectionlabel'

0 commit comments

Comments
 (0)