Skip to content

Commit 59f7c6c

Browse files
committed
fix: 🐛 fix missing dependencies for building sphinx docs
1 parent 60125cc commit 59f7c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sphinx-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements for virtualenv when building sphinx documentation
22
# using the dependencies specified in setup.py file
3-
-e .[dev]
3+
-e .[web_extra,hub,cli,docker_ssh,dev,docs]
44
#async-timeout==3.0.1 # solving a dependency issue under Python 3.7 (e.g. readthedocs)
55
# # async-timeout is a dependency of elasticsearch-async

0 commit comments

Comments
 (0)