We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ee5ce commit ef5ba92Copy full SHA for ef5ba92
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