Skip to content

Commit

Permalink
Try newer version of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 25, 2024
1 parent 24e52cf commit 3023687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 4
matrix:
# python-version: [3.8, 3.9, 3.10.9, 3.11, 3.12.0]
python-version: [3.11, 3.12.0]
python-version: [3.11]

steps:
- name: Checkout repository
Expand Down
6 changes: 4 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
urllib3==2.2.1 # https://github.com/readthedocs/readthedocs.org/issues/10290
sphinx==1.8.6
#sphinx==1.8.6
sphinx==2.4.5
sphinx-rtd-theme==1.2.0
sphinxcontrib-napoleon==0.7
invoke==2.2.0
Expand All @@ -9,4 +10,5 @@ invoke==2.2.0
jinja2==2.11.3
MarkupSafe==2.0.1
pytest==7.2.2
ansible==6.7.0
# Newer Ansible requires Jinja2 >= 3.x
ansible==4.10.0

0 comments on commit 3023687

Please sign in to comment.