Skip to content

Commit

Permalink
Merge pull request #52 from AndreiDrang/main
Browse files Browse the repository at this point in the history
Upd docs req
  • Loading branch information
AndreiDrang committed Oct 30, 2023
2 parents bc2a5dc + 544e90c commit 60ee370
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11.6

- name: Build docs requirements
run: pip install -r docs/requirements.txt
Expand Down
10 changes: 6 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pallets_sphinx_themes==2.*
myst-parser==2.0.*
autodoc_pydantic==1.9.0
pydantic>=2.4.0 # not directly required, pinned by Snyk to avoid a vulnerability
sphinx==7.2.6
pallets_sphinx_themes==2.1.1
myst-parser==2.0.0
autodoc_pydantic==2.0.1
pydantic==2.4.2
pydantic-settings==2.0.3

0 comments on commit 60ee370

Please sign in to comment.