scylladb / scylladb-docs-homepage

Source for docs.scylladb.com site
https://docs.scylladb.com
0 stars 1 forks source link

docs: update theme 1.6 #4

Closed dgarcia360 closed 10 months ago

dgarcia360 commented 10 months ago

Related issue https://github.com/scylladb/sphinx-scylladb-theme/issues/914

ScyllaDB Sphinx Theme 1.6 is out 🥳 We've introduced parallel builds for faster performance and added support for Git LFS. Now requiring Python 3.9 due to an upgrade to Sphinx 7.2.4. Note for Windows users: support for Git Bash is discontinued, switch to WSL is advised.

You can read more about all notable changes here.

How to test this PR

  1. Clone this PR. For more information, see Cloning pull requests locally.

  2. Enter the docs folder, and run:

    make preview
  3. Open http://localhost:5500 with your favorite browser. The doc should render without errors, and the version should be Sphinx Theme version (see the footer) must be 1.6.x:

image

dgarcia360 commented 10 months ago

@annastuchlik ready for review

annastuchlik commented 10 months ago

This PR looks good. Merging.