We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b55cb7 commit 20caa7dCopy full SHA for 20caa7d
.github/workflows/documentation.yml
@@ -11,9 +11,12 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v5
14
- - name: Install dependencies
+ - name: Install doc dependencies
15
run: |
16
pip install . sphinx myst_parser myst-nb sphinx-design pydata-sphinx-theme sphinxcontrib-googleanalytics
17
+ - name: Install content dependencies
18
+ run: |
19
+ pip install faiss-cpu air-benchmark
20
- name: Sphinx build
21
22
sphinx-build docs/source docs/build
0 commit comments