forked from tektronix/tm_devices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Build docs without parallelization to fix pop-up issues with sph…
…inx-tippy (tektronix#80) * fix: Run the docs environment in tox without parallelization, since it seems that tippy has a bug when run in parallelization in sphinx. * ci: Set up tags to be signed as well. Signed-off-by: qthompso <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -41,6 +41,7 @@ jobs: | |
run: | | ||
python scripts/check_unreleased_changelog_items.py | ||
git add python_semantic_release_templates | ||
git config --global tag.gpgSign true | ||
- name: Python Semantic Release | ||
uses: python-semantic-release/[email protected] # 8.3.0 has a bug in the version output variable | ||
id: release | ||
|
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