Skip to content

docs: update theme 1.9#432

Open
dgarcia360 wants to merge 1 commit intoscylladb:masterfrom
dgarcia360:docs-update-1.9
Open

docs: update theme 1.9#432
dgarcia360 wants to merge 1 commit intoscylladb:masterfrom
dgarcia360:docs-update-1.9

Conversation

@dgarcia360
Copy link
Contributor

Motivation

Updates docs theme to 1.9.

Changelog: https://github.com/scylladb/sphinx-scylladb-theme/blob/master/docs/source/upgrade/CHANGELOG.md#190---26-february-2026

How to test

  1. Make sure you are using Python 3.11-3.14:

    python --version
    
  2. Install uv:

    make setupenv
    
  3. Build the docs:

    make preview
    
  4. Docs should render without errors at http://127.0.0.1:5500

Comment on lines 61 to +64
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
contents: read # to read private repo
contents: write # to read private repo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔧 You change the permission, but the comment is unchanged.

description = "ScyllaDB CPP RS Driver Documentation"
authors = [{ name = "ScyllaDB Documentation Contributors" }]
requires-python = ">=3.10"
requires-python = ">=3.12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ In the cover letter you mention Python >= 3.10, here >= 3.12. Why the discrepancy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants