Skip to content

Commit f146e6e

Browse files
committed
Increment actions to remove deprecation notices and use main branch for docs construction workflow
Add copyright date Fix missing pip flag Add Sphinx theme requirement Increment version to 2.5.1 Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent c7afe3f commit f146e6e

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/workflows/publish_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
3+
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
build-ansible-docs:
2828
name: Build Ansible Docs
29-
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1
29+
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@main
3030
with:
3131
pages-upload: true
3232
directory-upload: true
@@ -45,6 +45,6 @@ jobs:
4545
steps:
4646
- name: Deploy Github Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4
4949
with:
5050
artifact_name: github-pages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ cd docsbuild
139139
pip install ansible-core https://github.com/cloudera-labs/antsibull-docs/archive/cldr-docsite.tar.gz
140140
141141
# Install the collection's build dependencies
142-
pip install requirements.txt
142+
pip install -r requirements.txt
143143
144144
# Then run the build script
145145
./build.sh

docsbuild/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.sphinx-doc.org/en/master/config
1818

1919
project = "cloudera.cloud"
20-
copyright = "Cloudera, Inc."
20+
copyright = "2024 Cloudera, Inc."
2121

2222
title = "Cloudera Labs"
2323
html_short_title = "Cloudera Labs"

docsbuild/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
1+
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -11,3 +11,5 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
15+
sphinx-ansible-theme

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace: cloudera
1818
name: cloud
19-
version: 2.5.0
19+
version: 2.5.1
2020
readme: README.md
2121
authors:
2222
- Jim Enright @jenright

0 commit comments

Comments
 (0)