Move API docs generation to docs/api

This commit is contained in:
Mark Backman
2024-12-09 20:39:29 -05:00
parent 61d0fa42f1
commit 2d3864ee09
30 changed files with 18 additions and 17 deletions

View File

@@ -23,12 +23,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
pip install -r docs/api/requirements.txt
pip install .
- name: Generate API documentation
run: |
cd docs
cd docs/api
python generate_docs.py
- name: Create Pull Request
@@ -39,7 +39,7 @@ jobs:
body: |
Automated PR to update API documentation.
- Generated using `generate_docs.py`
- Generated using `docs/api/generate_docs.py`
- Triggered by: ${{ github.event_name }}
branch: update-api-docs
delete-branch: true