summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-05-19 09:15:08 +0000
committerAlyssa Ross <hi@alyssa.is>2022-05-19 09:17:17 +0000
commitd4f5a5f730293e4c63bfbc1c16022ecf49935ce3 (patch)
treeaed018ab4f36e9a582aa3ff40b10bb4c8e1d305e
parent513583ecbd7a9bcc83a1e8dadedf05b5cca99c43 (diff)
downloadspectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.tar
spectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.tar.gz
spectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.tar.bz2
spectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.tar.lz
spectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.tar.xz
spectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.tar.zst
spectrum-d4f5a5f730293e4c63bfbc1c16022ecf49935ce3.zip
Documentation: don't use domain names in links
-rw-r--r--Documentation/jekyll.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/jekyll.nix b/Documentation/jekyll.nix
index 7d6df09..19a3f69 100644
--- a/Documentation/jekyll.nix
+++ b/Documentation/jekyll.nix
@@ -28,6 +28,14 @@ bundlerApp {
             url = "https://github.com/just-the-docs/just-the-docs/compare/3a834d24ab1bda72f481f1e630f28fb9ba78ce64...e1a76ca3b6c74dfbb1d93f90484a69587e1b3804.patch";
             sha256 = "sha256-W39GTLL8wKMRakk/wa1hjjktbIGWhITWtAdbiMK3PI0=";
           })
+
+          # Don't use domains in links, which would require different
+          # configuration when running locally vs on the website.
+          # https://github.com/just-the-docs/just-the-docs/pull/544
+          (fetchpatch {
+            url = "https://github.com/just-the-docs/just-the-docs/commit/7bb40aa3c71d989339322ad946cfdd8287717a94.patch";
+            sha256 = "sha256-3e6N1B9lAgSYVRMLLvhsfOP5CXuespKJk/pyGdbK4wg=";
+          })
         ];
 
         postPatch = ''