Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Sep 1, 2023
1 parent 32d5a29 commit 3415bc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
python -m pip install .[standalone]
python -m pip install .[test,standalone]
- name: Test with pytest
run: python -m pytest -vv --durations 25
Expand Down
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
Release 1.0.7 (Pending)
==========================

* Fix circular dependency with Sphinx that caused failure in DAG-based package management

Release 1.0.6 (2023-08-09)
==========================

Expand Down
1 change: 1 addition & 0 deletions sphinxcontrib/applehelp/__init__.py
Expand Up @@ -227,6 +227,7 @@ def do_codesign(self) -> None:


def setup(app: Sphinx) -> dict[str, Any]:
app.require_sphinx('5.0')
app.setup_extension('sphinx.builders.html')
app.add_builder(AppleHelpBuilder)
app.add_message_catalog(__name__, path.join(package_dir, 'locales'))
Expand Down

0 comments on commit 3415bc0

Please sign in to comment.