Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs job to avoid setup.py entrypoint #346

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

mtreinish
Copy link
Owner

The docs builds were previously configured to use PBR's sphinx entrypoint. However, in newer versions of PBR that no longer exists and the docs builds are failing. This commit updates the tox job to just directly call sphinx-build to fix the docs builds locally and in CI.

The docs builds were previously configured to use PBR's sphinx
entrypoint. However, in newer versions of PBR that no longer exists and
the docs builds are failing. This commit updates the tox job to just
directly call sphinx-build to fix the docs builds locally and in CI.
@codecov-commenter
Copy link

Codecov Report

Merging #346 (a1be80d) into main (d24afca) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   61.79%   61.79%           
=======================================
  Files          30       30           
  Lines        2625     2625           
  Branches      428      428           
=======================================
  Hits         1622     1622           
  Misses        884      884           
  Partials      119      119           
Flag Coverage Δ
unittests 61.79% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mtreinish mtreinish merged commit ea4d73d into main Sep 7, 2023
20 checks passed
@mtreinish mtreinish deleted the fix-docs-builds branch September 7, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants