Files
nixpkgs/pkgs/development/compilers/ghc/docs-sphinx-7.patch
T
sternenseemann c4b2ed56e9 haskell.compiler.ghc9{4,63}: let krank ignore issue ref in patch
This is a historical issue that we no longer need workarounds for with
recent GHC versions.
2025-09-22 14:46:45 +02:00

9 lines
440 B
Diff

Fix build of docs after sphinx update.
https://github.com/sphinx-doc/sphinx/pull/11381
https://gitlab.haskell.org/ghc/ghc/-/issues/24129 krank:ignore-line
--- a/docs/users_guide/rtd-theme/layout.html
+++ b/docs/users_guide/rtd-theme/layout.html
@@ -67 +67 @@
- <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
+ <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" />