Skip to content

Commit

Permalink
fix: Build docs without parallelization to fix pop-up issues with sph…
Browse files Browse the repository at this point in the history
…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
nfelt14 authored and qthompso committed Feb 15, 2024
1 parent f630095 commit 8e504f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ______________________________________________________________________

Things to be included in the next release go here.

### Fixed

- Fixed the `tippy.js` pop-ups in the documentation

______________________________________________________________________

## v0.1.23 (2023-10-30)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ deps =
commands_pre =
commands =
python -c "import shutil; shutil.rmtree('.results_{envname}', ignore_errors=True)"
sphinx-build -b html -a -W --keep-going -j 3 docs .results_{envname}/html
sphinx-build -b html -a -W --keep-going docs .results_{envname}/html
[testenv:doctests]
basepython = {env:DOC_PYTHON_VERSION}
Expand Down

0 comments on commit 8e504f1

Please sign in to comment.