Skip to content

Commit 77d0806

Browse files
Not starting redis-server when building doc
1 parent 67c4d52 commit 77d0806

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: .readthedocs.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
77

88

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-
139
version: 2
1410

1511
build:
@@ -26,7 +22,7 @@ build:
2622
- "mamba env create --file conda-environment.yml --force"
2723
- "mamba run --name mxcubeweb poetry install --only=docs,main"
2824
# 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"
3026

3127

3228
... # EOF

0 commit comments

Comments
 (0)