Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerapritchard committed Apr 26, 2024
1 parent 157d586 commit 3a9c70b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser sphinx_astropy sphinx_automodapi poetry
pip install poetry
poetry install
- name: Sphinx build
run: |
sphinx-build docs _build
poetry run sphinx-build docs _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ rich = "^13.7.1"
sphinx_astropy = "^1.9.1"
tesswcs = "^1.1.2"
boto3 = "^1.34.25"
sphinx = "^7.3.7"
sphinx_rtd_theme = "^2.0.0"
myst_parser = "^3.0.0-"
sphinx_astropy = "^1.9.1"
sphinx_automodapi = "^0.17.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 3a9c70b

Please sign in to comment.