Skip to content

Commit

Permalink
Fix documentation build, add CI check for it (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert authored Aug 27, 2022
1 parent b2de92f commit 91bf7af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,13 @@ jobs:
- name: Run flake8
run: |
nox -s flake8
check-docs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Nox
uses: aklajnert/[email protected]
- name: Build docs
run: |
nox -s docs
5 changes: 5 additions & 0 deletions changelog.d/other.b89883be.entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
message: Fix documentation build, add CI check for it.
pr_ids:
- '90'
timestamp: 1661604388
type: other
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The main entrypoint class for all ``fake_subprocess`` operations is the
``FakeProcess`` class. This class is instantiated and returned when the
``fake_subprocess`` fixture is being used.

.. autoclass:: pytest_subprocess.core.FakeProcess
.. autoclass:: pytest_subprocess.fake_process.FakeProcess
:members:

any()
Expand Down

0 comments on commit 91bf7af

Please sign in to comment.