Skip to content

Commit

Permalink
Increment actions to remove deprecation notices and use main branch f…
Browse files Browse the repository at this point in the history
…or 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>
  • Loading branch information
wmudge committed Jun 27, 2024
1 parent c7afe3f commit f146e6e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

# Copyright 2023 Cloudera, Inc. All Rights Reserved.
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@ on:
jobs:
build-ansible-docs:
name: Build Ansible Docs
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@main
with:
pages-upload: true
directory-upload: true
Expand All @@ -45,6 +45,6 @@ jobs:
steps:
- name: Deploy Github Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
with:
artifact_name: github-pages
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ cd docsbuild
pip install ansible-core https://github.com/cloudera-labs/antsibull-docs/archive/cldr-docsite.tar.gz
# Install the collection's build dependencies
pip install requirements.txt
pip install -r requirements.txt
# Then run the build script
./build.sh
Expand Down
2 changes: 1 addition & 1 deletion docsbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.sphinx-doc.org/en/master/config

project = "cloudera.cloud"
copyright = "Cloudera, Inc."
copyright = "2024 Cloudera, Inc."

title = "Cloudera Labs"
html_short_title = "Cloudera Labs"
Expand Down
4 changes: 3 additions & 1 deletion docsbuild/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -11,3 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

sphinx-ansible-theme
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace: cloudera
name: cloud
version: 2.5.0
version: 2.5.1
readme: README.md
authors:
- Jim Enright @jenright
Expand Down

0 comments on commit f146e6e

Please sign in to comment.