Skip to content

Commit

Permalink
docs: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Oct 31, 2023
1 parent 9229d4b commit 5d62708
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
python-version: 3.7
- name: Set up env
run: make -C docs setupenv
- name: Build driver
run: python setup.py develop
- name: Build docs
run: make -C docs multiversion
- name: Build redirects
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
python-version: 3.7
- name: Set up env
run: make -C docs setupenv
- name: Build driver
run: python setup.py develop
- name: Build docs
run: make -C docs test
5 changes: 5 additions & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ sphinx-sitemap = "2.5.1"
sphinx-scylladb-theme = "~1.6.1"
sphinx-multiversion-scylla = "~0.3.1"
Sphinx = "7.2.6"
geomet = ">=0.1,<0.3"
six = ">=1.9"
gevent = "^23.9.1"
eventlet = "^0.33.3"
scales = "^1.0.9"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 5d62708

Please sign in to comment.