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

Build the docs as a part of the test suite #185

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

kurtmckee
Copy link
Contributor

The docs can be built standalone using:

tox -e docs

This also eliminates two scripts and the Makefile in the docs/ directory.

The docs can now be uploaded using:

make sync-docs

@coveralls
Copy link

coveralls commented Sep 22, 2024

Coverage Status

coverage: 59.882%. remained the same
when pulling ef5a3c9 on kurtmckee:build-docs
into b506a71 on LudovicRousseau:master.

The docs can be built standalone using:

```
tox -e docs
```

This also eliminates two scripts and the Makefile in the `docs/` directory.

The docs can now be uploaded using:

```
make sync-docs
```
@@ -105,6 +105,30 @@ jobs:
name: wheel-${{ matrix.name }}-${{ matrix.cpython }}-${{ matrix.architecture }}
path: dist/*.whl

- name: "Lint"

quality:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How it is supposed to work?
I do not see anything about Quality in the github actions logs.

Copy link
Contributor Author

@kurtmckee kurtmckee Sep 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm looking at the checks listed below; it's appearing near the end of the list on my display:

image

Alternatively, it can be found by clicking on the "Checks" tab of this PR and (at least on my display) scrolling to the bottom of the list of jobs:

image

@LudovicRousseau LudovicRousseau merged commit 8ab65fc into LudovicRousseau:master Sep 23, 2024
21 checks passed
@LudovicRousseau
Copy link
Owner

Thanks

@kurtmckee kurtmckee deleted the build-docs branch September 23, 2024 18:04
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.

3 participants