Skip to content

Commit 7ab2a8f

Browse files
dgarcia360avelanarius
authored andcommitted
docs: update theme 1.6
1 parent 8815b20 commit 7ab2a8f

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
@@ -9,7 +9,7 @@
99
from sphinx_scylladb_theme.utils import multiversion_regex_builder
1010
from redirects_cli import cli as redirects_cli
1111

12-
# -- General configuration ------------------------------------------------
12+
# -- General configuration
1313

1414
# Build documentation for the following tags and branches
1515
TAGS = []
@@ -66,15 +66,15 @@
6666
# If true, `todo` and `todoList` produce output, else they produce nothing.
6767
todo_include_todos = True
6868

69-
# -- Options for not found extension -------------------------------------------
69+
# -- Options for not found extension
7070

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

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

77-
# -- Options for multiversion extension ----------------------------------
77+
# -- Options for multiversion extension
7878

7979
# Whitelist pattern for tags
8080
smv_tag_whitelist = multiversion_regex_builder(TAGS)
@@ -91,11 +91,11 @@
9191
# Format for versioned output directories inside the build directory
9292
smv_outputdir_format = '{ref.name}'
9393

94-
# -- Options for sitemap extension ---------------------------------------
94+
# -- Options for sitemap extension
9595

9696
sitemap_url_scheme = "/stable/{link}"
9797

98-
# -- Options for HTML output ----------------------------------------------
98+
# -- Options for HTML output
9999

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

141-
# -- Initialize Sphinx ----------------------------------------------
141+
# -- Initialize Sphinx
142142

143143
class CustomCommonMarkParser(CommonMarkParser):
144144

0 commit comments

Comments
 (0)