Skip to content

Commit 40f7032

Browse files
committed
Fix RTD
1 parent b61f66c commit 40f7032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ build:
1717
# Tell poetry to not use a virtual environment
1818
- poetry config virtualenvs.create false
1919
post_install:
20-
- poetry install -E "all" --with docs
20+
- poetry install --with docs -E all
21+
- pip install sphinx_celery
22+
2123

2224
# Build documentation in the "docs/" directory with Sphinx
2325
sphinx:

0 commit comments

Comments
 (0)