File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,9 @@ build:
20
20
python : " mambaforge-22.9"
21
21
22
22
commands :
23
- - " mamba env create --file conda-environment.yml"
23
+ - " mamba env create --file conda-environment.yml --force "
24
24
- " mamba run --name mxcubeweb poetry install --only=docs,main"
25
25
- " (mamba run --name mxcubeweb redis-server &) && mamba run --name mxcubeweb python -m sphinx -T -E -b html -d _build/doctrees -c docs docs/source ${READTHEDOCS_OUTPUT}/html && mamba run --name mxcubeweb redis-cli shutdown"
26
26
27
- # `conda.environment` is probably not used, since we use custom commands only,
28
- # but it seems to be required (wrongly) by ReadTheDocs config file validation.
29
- # https://github.com/readthedocs/readthedocs.org/pull/10979#issuecomment-1896036953
30
- conda :
31
- environment : " conda-environment-dev.yml"
32
27
33
28
... # EOF
You can’t perform that action at this time.
0 commit comments