[Git][ghc/ghc][master] haddock: Configuration fix for ReadTheDocs

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sun Sep 8 18:19:47 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
20b0de7d by Hécate Kleidukos at 2024-09-08T14:19:28-04:00
haddock: Configuration fix for ReadTheDocs

- - - - -


1 changed file:

- utils/haddock/.readthedocs.yaml


Changes:

=====================================
utils/haddock/.readthedocs.yaml
=====================================
@@ -2,7 +2,7 @@
 version: 2
 
 sphinx:
-  configuration: doc/conf.py
+  configuration: utils/haddock/doc/conf.py
 
 build:
   os: "ubuntu-22.04"
@@ -11,4 +11,4 @@ build:
 
 python:
   install:
-    - requirements: doc/requirements.txt
+    - requirements: utils/haddock/doc/requirements.txt



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/20b0de7d2cecca20f5d369058906a7bcf9b03662

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/20b0de7d2cecca20f5d369058906a7bcf9b03662
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240908/52b1d2af/attachment.html>


More information about the ghc-commits mailing list