File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 44
44
- name : Install dependencies
45
45
run : |
46
46
python -m pip install --upgrade pip
47
- python -m pip install .[test]
48
- python -m pip install .[standalone]
47
+ python -m pip install .[test,standalone]
49
48
50
49
- name : Test with pytest
51
50
run : python -m pytest -vv --durations 25
Original file line number Diff line number Diff line change
1
+ Release 1.0.7 (Pending)
2
+ ==========================
3
+
4
+ * Fix circular dependency with Sphinx that caused failure in DAG-based package management
5
+
1
6
Release 1.0.6 (2023-08-09)
2
7
==========================
3
8
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ def do_codesign(self) -> None:
227
227
228
228
229
229
def setup (app : Sphinx ) -> dict [str , Any ]:
230
+ app .require_sphinx ('5.0' )
230
231
app .setup_extension ('sphinx.builders.html' )
231
232
app .add_builder (AppleHelpBuilder )
232
233
app .add_message_catalog (__name__ , path .join (package_dir , 'locales' ))
You can’t perform that action at this time.
0 commit comments