This is an automated email from the ASF dual-hosted git repository.

joao pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new f939fcc  Add build to the .readthedocs.yaml (#394)
f939fcc is described below

commit f939fcc58d840763fe5a625f3cc964d955a77a37
Author: João Jandre <[email protected]>
AuthorDate: Thu Apr 18 15:05:15 2024 -0300

    Add build to the .readthedocs.yaml (#394)
    
    * fix readthedocs build
    
    * use sphinx 1.8.6 instead of latest 8.2.6
    
    * sync requirements with main
    
    ---------
    
    Co-authored-by: João Jandre <[email protected]>
---
 .readthedocs.yaml | 5 +++++
 requirements.txt  | 6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 12e88e9..78c7c22 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,5 +1,10 @@
 version: 2
 
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.11"
+
 python:
    install:
    - requirements: requirements.txt
diff --git a/requirements.txt b/requirements.txt
index 93120e6..031bf6d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,5 @@
-docutils<0.18
+docutils==0.20.1
+Sphinx==7.2.6
+sphinx-rtd-theme==2.0.0
+readthedocs-sphinx-ext==2.2.5
+Jinja2==3.1.3
\ No newline at end of file

Reply via email to