Skip to content

Commit d79ff9f

Browse files
Merge pull request #158 from python-accelerator-middle-layer/doc_build_bindings
Doc build bindings
2 parents deb5497 + 729d55d commit d79ff9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
run: python -m pip install --upgrade pip
4646

4747
- name: Install package
48-
run: python -m pip install '.[doc]'
48+
run: |
49+
python -m pip install tango-pyaml
50+
python -m pip install pyaml-cs-oa[tango]
51+
python -m pip install pyaml-cs-oa[epics]
52+
python -m pip install '.[doc]'
4953
5054
- name: Build documentation
5155
run: make html

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For installation instructions see :doc:`getting-started/installation`.
2323

2424
getting-started/index
2525
how-to/index
26+
tutorial/index
2627
api
2728

2829
Indices

0 commit comments

Comments
 (0)