docs: move to sphinx

relates #15
This commit is contained in:
aquint-zama
2021-07-15 15:19:21 +02:00
committed by Alex Quint
parent e45cd6cc86
commit ae992e4cdc
12 changed files with 719 additions and 5 deletions

View File

@@ -43,6 +43,16 @@ jobs:
if: ${{ success() && !cancelled() }}
run: |
make pcc
- name: Build docs
id: docs
if: ${{ success() && !cancelled() }}
run: |
make docs
- name: Archive docs artifacts
uses: actions/upload-artifact@v2
with:
name: html-docs
path: docs/_build/html
- name: Slack Notification
if: ${{ always() }}
uses: rtCamp/action-slack-notify@v2