Skip to content

Commit dd8c03b

Browse files
dgarcia360tchaikov
authored andcommitted
docs: update theme 1.6
(cherry picked from commit 7ab2a8f)
1 parent 63ee0f9 commit dd8c03b

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

docs/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# You can set these variables from the command line.
22
POETRY = poetry
3-
SPHINXOPTS =
3+
SPHINXOPTS = -j auto
44
SPHINXBUILD = $(POETRY) run sphinx-build
55
PAPER =
66
BUILDDIR = _build
@@ -13,12 +13,6 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(S
1313
TESTSPHINXOPTS = $(ALLSPHINXOPTS) -W --keep-going
1414
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SOURCEDIR)
1515

16-
# Windows variables
17-
ifeq ($(OS),Windows_NT)
18-
POETRY = $(APPDATA)\Python\Scripts\poetry
19-
endif
20-
21-
2216
.PHONY: all
2317
all: dirhtml
2418

docs/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ description = "ScyllaDB Java Driver"
55
authors = ["Java Driver Contributors"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.7"
9-
pyyaml = "6.0"
8+
python = "^3.9"
9+
pyyaml = "6.0.1"
1010
pygments = "2.15.1"
1111
recommonmark = "0.7.1"
1212
redirects_cli ="~0.1.3"
13-
sphinx-scylladb-theme = "~1.5.1"
14-
sphinx-sitemap = "2.5.0"
13+
sphinx-scylladb-theme = "~1.6.1"
14+
sphinx-sitemap = "2.5.1"
1515
sphinx-autobuild = "2021.3.14"
16-
Sphinx = "4.3.2"
17-
sphinx-multiversion-scylla = "~0.2.12"
16+
Sphinx = "7.2.6"
17+
sphinx-multiversion-scylla = "~0.3.1"
1818
setuptools = "^65.6.3"
1919
wheel = "^0.38.4"
2020

docs/source/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from sphinx_scylladb_theme.utils import multiversion_regex_builder
1212
from redirects_cli import cli as redirects_cli
1313

14-
# -- General configuration ------------------------------------------------
14+
# -- General configuration
1515

1616
# Build documentation for the following tags and branches
1717
TAGS = []
@@ -68,15 +68,15 @@
6868
# If true, `todo` and `todoList` produce output, else they produce nothing.
6969
todo_include_todos = True
7070

71-
# -- Options for not found extension -------------------------------------------
71+
# -- Options for not found extension
7272

7373
# Template used to render the 404.html generated by this extension.
7474
notfound_template = '404.html'
7575

7676
# Prefix added to all the URLs generated in the 404 page.
7777
notfound_urls_prefix = ''
7878

79-
# -- Options for multiversion extension ----------------------------------
79+
# -- Options for multiversion extension
8080

8181
# Whitelist pattern for tags
8282
smv_tag_whitelist = multiversion_regex_builder(TAGS)
@@ -93,11 +93,11 @@
9393
# Format for versioned output directories inside the build directory
9494
smv_outputdir_format = '{ref.name}'
9595

96-
# -- Options for sitemap extension ---------------------------------------
96+
# -- Options for sitemap extension
9797

9898
sitemap_url_scheme = "/stable/{link}"
9999

100-
# -- Options for HTML output ----------------------------------------------
100+
# -- Options for HTML output
101101

102102
# The theme to use for HTML and HTML Help pages. See the documentation for
103103
# a list of builtin themes.
@@ -140,7 +140,7 @@
140140
# Dictionary of values to pass into the template engine’s context for all pages
141141
html_context = {'html_baseurl': html_baseurl}
142142

143-
# -- Initialize Sphinx ----------------------------------------------
143+
# -- Initialize Sphinx
144144

145145
class CustomCommonMarkParser(CommonMarkParser):
146146

0 commit comments

Comments
 (0)