Skip to content

Commit 13abb7b

Browse files
committed
use released sphinx-gha
1 parent 90963e1 commit 13abb7b

15 files changed

+23
-17
lines changed

docs/actions/assemble-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Assemble Release
22

3-
```{gh-actions:action}
3+
```{gha:action}
44
---
55
path: .github/actions/assemble-release
66
---

docs/actions/build-assetbundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Assetbundles
22

3-
```{gh-actions:action}
3+
```{gha:action}
44
---
55
path: .github/actions/build-assetbundles
66
---

docs/actions/compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Compile
22

3-
````{gh-actions:action}
3+
````{gha:action}
44
:path: .github/actions/compile
55
66
```{warning}

docs/actions/get-release-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Get Release Info
22

3-
```{gh-actions:action}
3+
```{gha:action}
44
---
55
path: .github/actions/get-release-info
66
---

docs/actions/install-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install Dependencies
22

3-
```{gh-actions:action}
3+
```{gha:action}
44
---
55
path: .github/actions/install-dependencies
66
---

docs/actions/setup-ckan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup CKAN
22

3-
```{gh-actions:action}
3+
```{gha:action}
44
---
55
path: .github/actions/setup-ckan
66
---

docs/actions/update-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update Version
22

3-
```{gh-actions:action}
3+
```{gha:action}
44
---
55
path: .github/actions/update-version
66
---

docs/msbuild/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the {confval}`KSPRoot` property can be used to reference the KSP install whereve
2222

2323
## Installing Dependencies Automatically
2424

25-
KSPBuildTools can install CKAN mods automatically when built. This is useful for CI workflows such as those using the {gh-actions:action}`compile` action, or to make it easier for others to compile your mod themselves. Either add the `<CKANIdentifier>` metadata to your `<Reference>` items, or if the dependency mod doesn't have a dll you need to reference you can use the `<CKANDependency>` item.
25+
KSPBuildTools can install CKAN mods automatically when built. This is useful for CI workflows such as those using the {gha:action}`compile` action, or to make it easier for others to compile your mod themselves. Either add the `<CKANIdentifier>` metadata to your `<Reference>` items, or if the dependency mod doesn't have a dll you need to reference you can use the `<CKANDependency>` item.
2626

2727
```xml
2828
<ItemGroup>

docs/msbuild/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If the {confval}`KSPRoot` MSBuild property is already set, KSPBuildTools will us
7878

7979
### Environment Variable
8080

81-
Set the {envvar}`KSP_ROOT` environment variable to the root of a KSP install. This is useful for CI workflows such as those using the {gh-actions:action}`compile` action.
81+
Set the {envvar}`KSP_ROOT` environment variable to the root of a KSP install. This is useful for CI workflows such as those using the {gha:action}`compile` action.
8282

8383
### Solution Directory
8484

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx>=8
22
sphinx-rtd-theme>=2.0.0
33
sphinx-copybutton
4-
sphinx-gha @ git+https://github.com/drewcassidy/sphinx-gha.git@main
4+
sphinx-gha
55
sphinx-jinja>=2

0 commit comments

Comments
 (0)