Skip to content

Commit 6d4151f

Browse files
committed
[GR-15141] Remove Darkfish.
PullRequest: truffleruby/803
2 parents c3e0eb8 + 131527b commit 6d4151f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+46
-2378
lines changed

3rd_party_licenses.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
257257
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
258258
THE SOFTWARE.
259259

260-
lib/rdoc/generator/template/darkfish/css/fonts.css:
261-
This file is licensed under the SIL Open Font License.
262-
http://scripts.sil.org/OFL
263-
264260
ext/psych/yaml:
265261
Copyright (c) 2006 Kirill Simonov
266262

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ New features:
1212
* Rounding modes have been implemented or improved for `Float`, `Rational`, `BigDecimal` (#1509).
1313
* Support Homebrew installed in other prefixes than `/usr/local` (#1583).
1414

15+
Changes:
16+
17+
* Support for the Darkfish theme for RDoc generation has been removed.
18+
1519
Compatibility:
1620

1721
* The `KeyError` raised from `ENV#fetch` and `Hash#fetch` now matches MRI's message formatting (#1633).

doc/legal/legal.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ CC0 public domain dedication, see `ccan-cc0.txt`.
4545
terms of 'BSD-MIT', see `ccan-bsd-mit.txt`. Despite the filename 'BSD-MIT' this
4646
is the conventional MIT licence.
4747

48-
RDoc Darkfish theme fonts under `lib/mri/rdoc/generator/template/darkfish/` are
49-
available under the terms of the SIL Open Font License 1.1, see `ofl.txt`.
50-
5148
The header file `lib/cext/include/ruby/onigmo.h` is part of Onigmo, available
5249
under the same 2-clause BSD licence as Ruby.
5350

doc/user/compatibility.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ more explanation on this.
8888

8989
`RubyVM` is not intended for users and is not implemented.
9090

91+
#### RDoc HTML generation
92+
93+
TruffleRuby does not include the Darkfish theme for RDoc.
94+
9195
## Features with major differences
9296

9397
#### Threads run in parallel

0 commit comments

Comments
 (0)