We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff83df7 commit 8a6c488Copy full SHA for 8a6c488
1 file changed
.readthedocs.yaml
@@ -12,11 +12,6 @@ sphinx:
12
conda:
13
environment: environment.yml
14
15
-# Install doc-building dependencies
16
-python:
17
- install:
18
- - requirements: docs/requirements.txt
19
-
20
# Specify the build process
21
build:
22
os: ubuntu-24.04
@@ -27,4 +22,5 @@ build:
27
- bash ./linux_build.bash
28
23
- pip install dist/libcarna_python-*.whl
29
24
pre_build:
25
+ - pip install -r docs/requirements.txt
30
26
- export LIBCARNA_PYTHON_NBSPHINX_EXECUTE=never
0 commit comments