Skip to content

Commit 0d60abd

Browse files
authored
Merge pull request #2024 from Novfensec/update-deps
Docs: Pin `sphinxawesome_theme` to 5.3.2
2 parents 0bc74d5 + 50bc0ad commit 0d60abd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v6
7070
- name: Requirements
71-
run: pip install --upgrade sphinx sphinxawesome_theme
71+
run: pip install --upgrade ".[docs]"
7272
- name: Check links
7373
run: sphinx-build -b linkcheck docs/source docs/build
7474
- name: Generate documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def find_version(*file_paths):
8383
],
8484
extras_require={
8585
'test': ['pytest'],
86-
'docs': ['sphinx', 'sphinxawesome_theme'],
86+
'docs': ['sphinx', 'sphinxawesome_theme>=5.3,<6'],
8787
'ios': ['kivy-ios'],
8888
},
8989
classifiers=[

0 commit comments

Comments
 (0)