Skip to content

Commit dbc2563

Browse files
committed
Update documentation.yml
Testing to fix documentation with autodoc
1 parent 0b4da2b commit dbc2563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: documentation
1+
name: Sphinx Documentation
22

33
on: [push, pull_request, workflow_dispatch]
44

@@ -14,6 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
pip install sphinx sphinx-conestack-theme myst_parser
17+
pip install -e .
1718
- name: Sphinx build
1819
run: |
1920
sphinx-build docs/source _build

0 commit comments

Comments
 (0)