[Git][ghc/ghc][master] haddock: Add a .readthedocs.yml file for online documentation
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sun May 19 12:43:03 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
64459a3e by Hécate Moonlight at 2024-05-19T08:42:27-04:00
haddock: Add a .readthedocs.yml file for online documentation
- - - - -
1 changed file:
- + utils/haddock/.readthedocs.yaml
Changes:
=====================================
utils/haddock/.readthedocs.yaml
=====================================
@@ -0,0 +1,14 @@
+# Documentation lives at https://haskell-haddock.readthedocs.io/latest/
+version: 2
+
+sphinx:
+ configuration: doc/conf.py
+
+build:
+ os: "ubuntu-22.04"
+ tools:
+ python: "3.8"
+
+python:
+ install:
+ - requirements: doc/requirements.txt
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/64459a3e45c4ad683b146a8b5fe8ba0e57032b22
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/64459a3e45c4ad683b146a8b5fe8ba0e57032b22
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/20240519/af267fa4/attachment.html>
More information about the ghc-commits
mailing list