Skip to content

Commit

Permalink
fix: Add sphinx_ext to ui (#655)
Browse files Browse the repository at this point in the history
Sphinx_ext was missing in ui and the requirements file was moved
  • Loading branch information
jnumainville authored Jul 23, 2024
1 parent 7dc6121 commit cd6358f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: plugins/${{ inputs.package }}/dist/

- name: Install requirements
run: pip install -r plugins/${{ inputs.package }}/sphinx-requirements.txt
run: pip install -r sphinx_ext/sphinx-requirements.txt

- name: Install wheel
run: pip install plugins/${{ inputs.package }}/dist/*.whl
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/modified-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
ui:
- plugins/ui/**
- .github/workflows/test-*.yml
- sphinx_ext/*
utilities:
- plugins/utilities/**
- .github/workflows/test-*.yml
Expand Down

0 comments on commit cd6358f

Please sign in to comment.