Skip to content

Commit

Permalink
Testing adjustments to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rustprooflabs committed Jan 21, 2024
1 parent c514ce2 commit 75221ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages

on:
push:
branches: [main]
branches: [main, pages-sphinx]

jobs:
pages:
Expand All @@ -16,3 +16,5 @@ jobs:
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
requirements_path: ./requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@

extensions.append('autoapi.extension')
autoapi_type = 'python'
autoapi_dirs = ['../']
autoapi_dirs = ['../config_from_pg', '../webapp']

0 comments on commit 75221ee

Please sign in to comment.