We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6545548 + ef5ba92 commit 1910311Copy full SHA for 1910311
2 files changed
.github/workflows/documentation.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Install requirements
19
run: |
20
conda install -n build -c conda-forge --file requirements/docs.txt --quiet --yes
21
+ apt-get install python3-sphinx
22
23
- name: Install the package
24
run: python -m pip install .
requirements/docs.txt
@@ -1,5 +1,4 @@
1
make
2
-sphinx
3
sphinx_rtd_theme
4
m2r
5
0 commit comments