You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-9
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.1.25] - 05 July 2021
8
+
## [1.0] - 01 September 2021
9
+
10
+
### Added
11
+
12
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): We’ve made a number of updates to the look and feel of the theme to improve the overall user experience.
13
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): The static front end files (CSS, JS, and images) are now managed with `webpack`. For more information, see [Contribute to the Theme](https://sphinx-theme.scylladb.com/stable/contribute/contribute-theme.html).
14
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): The promo banner now supports icons with the option theme option `banner_icon_path`. For more information, see [Template Options](https://sphinx-theme.scylladb.com/stable/configuration/template.html).
15
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): The contribute button adds the option "Edit on GitHub". To configure your project to support this option, read [Template Options](https://sphinx-theme.scylladb.com/stable/configuration/template.html).
16
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): We run hooks on every commit to automatically point out linting issues.
17
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): The new workflow `docs-pr` runs on pull requests to make sure docs build without warnings before being merged. For more information, see [Deployment](https://sphinx-theme.scylladb.com/stable/github-pages.html).
18
+
19
+
### Changed
20
+
21
+
-[#201](https://github.com/scylladb/sphinx-scylladb-theme/pull/201): Topics boxes (cards) can be used in other sections, and not just on the home page. We now have different layouts to suit most projects' needs. Check them out at [Topic Boxes](https://sphinx-theme.scylladb.com/stable/examples/topic-box)
@@ -52,20 +71,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
71
53
72
### Added
54
73
55
-
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): ``smv_rename_latest_version`` setting in ``conf.py`` overrides the latest version output directory.
74
+
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): `smv_rename_latest_version` setting in `conf.py` overrides the latest version output directory.
56
75
57
76
### Changed
58
77
59
-
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): Moved ``smv_latest_version`` from ``github/workflows/pages.yml`` to ``conf.py``.
78
+
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): Moved `smv_latest_version` from `github/workflows/pages.yml` to `conf.py`.
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): ``make multiversionpreview`` was not redirecting automatically to the latest version.
68
-
86
+
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): `make multiversionpreview` was not redirecting automatically to the latest version.
69
87
70
88
## [0.1.20] - 19 Jan 2021
71
89
@@ -92,7 +110,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
110
93
111
-[#103](https://github.com/scylladb/sphinx-scylladb-theme/issues/103): Report button does not break when the page title has inlines.
94
112
95
-
96
113
## [0.1.18] - 31 Dec 2020
97
114
98
115
### Added
@@ -112,7 +129,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
129
113
130
-[#83](https://github.com/scylladb/sphinx-scylladb-theme/issues/83): Copyright year in the footer is now updated automatically.
114
131
115
-
116
132
## [0.1.15] - 17 Nov 2020
117
133
118
134
### Added
@@ -152,6 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
152
168
-[#59](https://github.com/scylladb/sphinx-scylladb-theme/issues/59): All projects now share a 404 page.
153
169
-[#58](https://github.com/scylladb/sphinx-scylladb-theme/issues/58): Support for redirections.
Copy file name to clipboardExpand all lines: README.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
=====================
2
-
Sphinx ScyllaDB Theme
3
-
=====================
1
+
===================
2
+
Scylla Sphinx Theme
3
+
===================
4
4
5
-
Sphinx theme for ScyllaDB documentation projects.
5
+
Sphinx theme for Scylla documentation projects.
6
6
7
7
The theme is available as a `PyPI <https://pypi.org/project/sphinx-scylladb-theme/>`_ package, and has been tested with Python 3.7, Sphinx 2.4.4 and Fedora 32.
8
8
@@ -11,7 +11,7 @@ Features
11
11
12
12
**Shared Design**
13
13
14
-
All ScyllaDB documentation sites share a common look and feel.
14
+
All Scylla documentation sites share a common look and feel.
0 commit comments