File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 6
6
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
7
7
8
8
9
- # This uses custom commands, because it needs to get a Redis server running
10
- # which is necessary to get the Flask routes with the `autoflask` directives.
11
-
12
-
13
9
version : 2
14
10
15
11
build :
26
22
- " mamba env create --file conda-environment.yml --force"
27
23
- " mamba run --name mxcubeweb poetry install --only=docs,main"
28
24
# yamllint disable-line rule:line-length
29
- - " ( 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 "
25
+ - " mamba run --name mxcubeweb python -m sphinx -T -E -b html -d _build/doctrees -c docs docs/source ${READTHEDOCS_OUTPUT}/html"
30
26
31
27
32
28
... # EOF
You can’t perform that action at this time.
0 commit comments