Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
577882bb by Abhilash Raj at 2023-08-25T11:49:38+00:00
fix: Use Python 3.11 for building docs in RTD

* Create hyperlink in the post_build job for index.html

* use the new tools syntax

* fix: Use Python 3.11 for building docs in RTD

- - - - -
565eeb83 by Abhilash Raj at 2023-08-25T11:49:38+00:00
Merge branch 'fix-rtd' into 'master'

fix: Use Python 3.11 for building docs in RTD

See merge request mailman/mailman!1135

Merged-by: Abhilash Raj <maxk...@asynchronous.in>

Reviewed-by: 
- - - - -


1 changed file:

- .readthedocs.yml


Changes:

=====================================
.readthedocs.yml
=====================================
@@ -4,8 +4,16 @@ sphinx:
     configuration: conf.py
 
 python:
-    version: 3.8
     install:
       - requirements: requirements-docs.txt
       - method: pip
         path: .
+
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+  jobs:
+      post_build:
+        - ln -s $READTHEDOCS_OUTPUT/html/README.html 
$READTHEDOCS_OUTPUT/html/index.html
\ No newline at end of file



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/ea127c193575ece0e51dc3fa7f1662d5ed2adce6...565eeb835b116f503badd64251445420ec740ffa

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/ea127c193575ece0e51dc3fa7f1662d5ed2adce6...565eeb835b116f503badd64251445420ec740ffa
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to