Skip to content

Commit

Permalink
Merge pull request #737 from dgarcia360/docs-update-theme-1.5
Browse files Browse the repository at this point in the history
docs: update theme 1.5
  • Loading branch information
wprzytula authored Jun 7, 2023
2 parents 9e09559 + 29a1866 commit 35be81a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pristine: clean
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/*
rm -f poetry.lock

# Generate output commands
Expand Down
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 = ["ScyllaDB Documentation Contributors"]
[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "6.0"
pygments = "2.11.2"
pygments = "2.15.1"
recommonmark = "0.7.1"
redirects_cli ="~0.1.2"
sphinx-scylladb-theme = "~1.4.1"
sphinx-sitemap = "2.2.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 @@ -97,7 +97,7 @@ def setup(sphinx):

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

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

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

Expand All @@ -118,6 +118,7 @@ def setup(sphinx):
'hide_banner': 'true',
'site_description': 'Scylla Driver for Rust.',
'hide_edit_this_page_button': 'false',
'hide_feedback_buttons': 'false',
'versions_unstable': UNSTABLE_VERSIONS,
'versions_deprecated': DEPRECATED_VERSIONS,
}
Expand Down

0 comments on commit 35be81a

Please sign in to comment.