Skip to content

Commit

Permalink
Merge branch 'main' of github_lpo:lpoaura/GN2PG
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Jun 10, 2024
2 parents 60cd808 + e983445 commit 1b8ceb3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
retention-days: 30

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')

- name: Upload artifact
Expand Down
70 changes: 36 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ types-requests = "^2.31.0.20240406"


[tool.poetry.group.docs.dependencies]
sphinx = "^6"
sphinx = ">=6,<8"
sphinx-rtd-theme = "^1.2.0"
sphinxcontrib-napoleon = "^0.7"
myst-parser = "^2.0.0"
Expand Down

0 comments on commit 1b8ceb3

Please sign in to comment.