-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix internal links * add syntax hints * Update README.md fix links * Add copyright year automatically Also add version to config * Create docs-tests.yml add documentation tests * Update docs-tests.yml add linkcheck * Update annotations.md break link * Update annotations.md Fix broken link * Update docs-tests.yml
- Loading branch information
Showing
4 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Pull Request Docs Check" | ||
run-name: "Docs Check 📑📝" | ||
|
||
on: | ||
- pull_request | ||
|
||
jobs: | ||
docs-build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ammaraskar/sphinx-action@0.4 | ||
with: | ||
docs-folder: "docs/" | ||
|
||
docs-link-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ammaraskar/sphinx-action@0.4 | ||
with: | ||
docs-folder: "docs/" | ||
build-command: "make linkcheck" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters