Skip to content

Commit 7af49b2

Browse files
authored
Merge branch 'main' into fix/bottom_link_create_a_linux_template
2 parents d268b5d + 828ea98 commit 7af49b2

File tree

169 files changed

+5371
-3258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+5371
-3258
lines changed

.github/workflows/gen-docs.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
name: readthedocs/actions
19+
20+
on:
21+
pull_request_target:
22+
23+
permissions:
24+
pull-requests: write
25+
26+
jobs:
27+
pull-request-links:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: readthedocs/actions/preview@v1
31+
with:
32+
project-slug: "cloudstack-documentation"

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2
22

3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.11"
7+
38
python:
49
install:
510
- requirements: requirements.txt

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
docutils<0.18
2+
sphinx<2
3+
sphinx-rtd-theme<0.5
4+
readthedocs-sphinx-ext<2.3
5+
jinja2<3.1.0

source/_global.rst

Lines changed: 11 additions & 17 deletions
31.9 KB
12.2 KB
3.99 KB
22.5 KB
6.76 KB
22.8 KB

0 commit comments

Comments
 (0)