Add CI job to ensure that the documentation builds without warnings

This will help with issues that are being flagged as warnings by Sphinx.
This commit is contained in:
Pradyun Gedam 2021-09-18 09:12:45 +01:00
parent 992d954ebd
commit 035bc84682
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,16 @@ on:
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC
jobs:
docs:
name: docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install nox
- run: nox -s docs
determine-changes:
runs-on: ubuntu-latest
outputs: