Skip to content

Commit

Permalink
fix: versioning in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent d56581d commit c8271d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: sphinx-notes/pages@2.1
with:
documentation_path: docs
sphinx_version: "5.3.0"


- name: Push changes
if: ${{ github.event_name == 'push' }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tests = [
"pytest-instafail>=0.4.2",
]
docs = [
"sphinx>=5.3.0",
"sphinx==5.3.0",
"furo>=2022.12.7", # theme
"sphinx-copybutton>=0.5.1",
"sphinxext-opengraph>=0.7.3",
Expand Down

0 comments on commit c8271d8

Please sign in to comment.