We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca1f0f commit 729d55dCopy full SHA for 729d55d
.github/workflows/documentation.yml
@@ -46,10 +46,10 @@ jobs:
46
47
- name: Install package
48
run: |
49
- python -m pip install '.[doc]'
50
python -m pip install tango-pyaml
51
python -m pip install pyaml-cs-oa[tango]
52
python -m pip install pyaml-cs-oa[epics]
+ python -m pip install '.[doc]'
53
54
- name: Build documentation
55
run: make html
0 commit comments