Skip to content

Commit

Permalink
🚑 Update the INVENTORY_FILENAME import
Browse files Browse the repository at this point in the history
It has moved in sphinx-doc/sphinx@49726c2.
  • Loading branch information
webknjaz committed Jul 17, 2024
1 parent b6242ac commit 5eeb7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
import jinja2
import yaml
from sphinx.ext.intersphinx import fetch_inventory, INVENTORY_FILENAME
from sphinx.builders.html import INVENTORY_FILENAME
from sphinx.ext.intersphinx import fetch_inventory
sphinx_app_mock = Mock()
Expand Down

0 comments on commit 5eeb7ec

Please sign in to comment.