Skip to content

Commit

Permalink
docs: update theme to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Jun 2, 2023
1 parent 3cafec4 commit dacab2c
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 @@ -8,11 +8,11 @@ authors = ["ScyllaDB Documentation Contributors"]
breathe="4.33.1"
python = "^3.7"
pyyaml = "6.0"
pygments = "2.2.0"
pygments = "2.15.1"
recommonmark = "0.7.1"
redirects_cli ="~0.1.2"
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.11"
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def generate_doxygen(app):

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

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

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

Expand All @@ -155,6 +155,7 @@ def generate_doxygen(app):
'github_repository': 'scylladb/cpp-driver',
'github_issues_repository': 'scylladb/cpp-driver',
'hide_edit_this_page_button': 'false',
'hide_feedback_buttons': 'false',
'versions_unstable': UNSTABLE_VERSIONS,
'versions_deprecated': DEPRECATED_VERSIONS,
'skip_warnings': 'document_has_underscores'
Expand Down

0 comments on commit dacab2c

Please sign in to comment.