-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Sphinx 7.0 & enable parallell builds (#891)
* chore: update sphinx 7 * feat: enable parallel builds * Fix RemoveSphinx8 warning * Bump sphinx multiversion * docs: update release notes * docs: Update CHANGELOG.md * docs: list upgrade guide * rm: poetry.lock * docs: update poetry lock * fix: warnings scylladb project * chore: run linter * chore: fix eol * fix: tests fix: tests fix: tests
- Loading branch information
1 parent
7266c28
commit e9cdcc8
Showing
46 changed files
with
631 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ applications: | |
artifacts: | ||
baseDirectory: _build/dirhtml | ||
files: | ||
- '**/*' | ||
- "**/*" | ||
cache: | ||
paths: [] | ||
appRoot: docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ | |
.. raw:: html | ||
|
||
</div> | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Migrating from 1.5 to 1.6 | ||
========================= | ||
|
||
This guide explains how to upgrade the version of the ScyllaDB Sphinx Theme. | ||
|
||
How to check your current theme version | ||
--------------------------------------- | ||
|
||
The theme version is displayed in the footer of the project's documentation site. | ||
|
||
.. image:: version.png | ||
|
||
If your project theme's version is **>=1.5**, follow this guide to get the latest version. | ||
|
||
Upgrade to version 1.6 | ||
---------------------- | ||
|
||
Here are the main breaking changes between the 1.4 and 1.5 versions. | ||
|
||
#. Update the following Python dependencies in ``docs/pyproject.toml``: | ||
|
||
.. code-block:: | ||
sphinx-scylladb-theme = "~1.6.1" | ||
pyyaml = "6.0.1" | ||
Sphinx = "7.2.6" | ||
sphinx-multiversion-scylla = "~0.3.1" | ||
sphinx-sitemap = "2.5.1" | ||
#. Build the docs locally: | ||
|
||
.. code-block:: console | ||
cd docs | ||
make preview | ||
#. Review and address any warnings that may arise in the terminal during the build process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.