Skip to content

Commit 293c906

Browse files
committed
Revert "Remove Darkfish"
* This reverts commit 131527b.
1 parent ac73fdf commit 293c906

13 files changed

+795
-43
lines changed

3rd_party_licenses.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ 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+
260264
ext/psych/yaml:
261265
Copyright (c) 2006 Kirill Simonov
262266

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Compatibility:
8686
* Implemented `-n` CLI option (#1532).
8787
* Cache the `Symbol` of method names in call nodes only when needed (#1872).
8888
* Implemented `rb_get_alloc_func` and related functions (#1874, @XrXr).
89+
* Support for the Darkfish theme for RDoc generation has been added back.
8990

9091
Performance:
9192

doc/legal/legal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ 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+
4851
The header file `lib/cext/include/ruby/onigmo.h` is part of Onigmo, available
4952
under the same 2-clause BSD licence as Ruby.
5053

doc/user/compatibility.md

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

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

90-
#### RDoc HTML generation
91-
92-
TruffleRuby does not include the Darkfish theme for RDoc.
93-
9490
## Features with major differences
9591

9692
#### Threads run in parallel

0 commit comments

Comments
 (0)