Skip to content

docs: update theme 1.9#121

Merged
dkropachev merged 2 commits intoscylladb:masterfrom
dgarcia360:docs-update-1.9
Apr 15, 2026
Merged

docs: update theme 1.9#121
dkropachev merged 2 commits intoscylladb:masterfrom
dgarcia360:docs-update-1.9

Conversation

@dgarcia360
Copy link
Copy Markdown

@dgarcia360 dgarcia360 commented Mar 12, 2026

Motivation

Upgrades Sphinx to 9.x, MyST Parser to 5.x, Python to 3.11+–3.14, Node.js to 22, and replaces Poetry with uv for dependency management.

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 +30 to +32
python-version: '3.12'
- name: Install uv
uses: astral-sh/setup-uv@v6
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

There is v7 of that job already.

Copy link
Copy Markdown
Author

@dgarcia360 dgarcia360 Mar 16, 2026

Choose a reason for hiding this comment

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

Good catch! This PR was auto-propagated across +20 repos. We can bump to v7 in a follow-up after merging.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can you fix it please

Comment thread .github/workflows/docs-pages.yaml
Comment thread docs/pyproject.toml Outdated
fix: requires python 3.11
@dkropachev dkropachev merged commit 623e210 into scylladb:master Apr 15, 2026
1 check passed
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.

3 participants