Skip to content

Commit 51308c9

Browse files
authored
Merge pull request #15252 from lampepfl/language-reference-backport
Backport changes from stable documentation branch
2 parents 9101116 + 211108d commit 51308c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ object Build {
14161416
.add(ProjectVersion("3.1.2")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
14171417
.remove[VersionsDictionaryUrl]
14181418
.add(SourceLinks(List(
1419-
dottySrcLink("language-reference-stable", temp.getAbsolutePath + "=")
1419+
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"
14201420
)))
14211421
.withTargets(List("___fake___.scala"))
14221422
}

scaladoc/resources/dotty_res/styles/scalastyle.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ footer .socials {
917917
right: 0px;
918918
top: 0px;
919919
width: var(--toc-width);
920-
height: 100%;
920+
height: calc(100% - var(--footer-height));
921921

922922
padding-top: 15vh;
923923
padding-right: 10px;

0 commit comments

Comments
 (0)