Skip to content

Commit

Permalink
docs: update theme 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored and avelanarius committed Dec 7, 2023
1 parent faafc7a commit 51ff0d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ authors = ["Java Driver Contributors"]
[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "6.0"
pygments = "2.2.0"
pygments = "2.15.1"
recommonmark = "0.7.1"
redirects_cli ="~0.1.3"
sphinx-scylladb-theme = "~1.4.1"
sphinx-sitemap = "2.1.0"
sphinx-scylladb-theme = "~1.5.1"
sphinx-sitemap = "2.5.0"
sphinx-autobuild = "2021.3.14"
Sphinx = "4.3.2"
sphinx-multiversion-scylla = "~0.2.12"
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

# -- Options for sitemap extension ---------------------------------------

sitemap_url_scheme = 'stable/{link}'
sitemap_url_scheme = "/stable/{link}"

# -- Options for HTML output ----------------------------------------------

Expand All @@ -112,6 +112,7 @@
'github_repository': 'scylladb/java-driver',
'github_issues_repository': 'scylladb/java-driver',
'hide_edit_this_page_button': 'false',
'hide_feedback_buttons': 'false',
'versions_unstable': UNSTABLE_VERSIONS,
'versions_deprecated': DEPRECATED_VERSIONS,
'hide_version_dropdown': ['scylla-3.x'],
Expand Down

0 comments on commit 51ff0d5

Please sign in to comment.