We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deb5497 + 729d55d commit d79ff9fCopy full SHA for d79ff9f
.github/workflows/documentation.yml
@@ -45,7 +45,11 @@ jobs:
45
run: python -m pip install --upgrade pip
46
47
- name: Install package
48
- run: python -m pip install '.[doc]'
+ 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]'
53
54
- name: Build documentation
55
run: make html
docs/index.rst
@@ -23,6 +23,7 @@ For installation instructions see :doc:`getting-started/installation`.
23
24
getting-started/index
25
how-to/index
26
+ tutorial/index
27
api
28
29
Indices
0 commit comments