Skip to content

Commit 6108e85

Browse files
Add reachy_mini mock-deps registry entry (#807)
Lets doc-builder build the pollen-robotics/reachy_mini docs on a bare runner via light-install + mock_deps, replacing the custom Docker image the project used before custom_container was dropped. Mocked deps need system libraries (gi/dbus), are hardware/robot or optional-extra packages, or are heavy wheels not needed to introspect docstrings. Validated with a full `doc-builder build --html` (exit 0, all API pages generated with real signatures/docstrings). Assisted-by: Claude:claude-opus-4-8
1 parent 0f47843 commit 6108e85

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Dependencies for building reachy_mini docs without a full install (see mock_imports.py).
2+
# Bare names are mocked at build time; real:/nodeps: lines are installed for real
3+
# by `doc-builder light-install` (nodeps: = with --no-deps).
4+
#
5+
# Mocked: need system libraries (gi/dbus), are hardware/robot or optional-extra
6+
# packages, or are heavy wheels not needed to introspect docstrings.
7+
gi
8+
dbus
9+
cv2
10+
cv2_enumerate_cameras
11+
mujoco
12+
rerun
13+
placo
14+
placo_utils
15+
pinocchio
16+
meshcat
17+
onnxruntime
18+
rustypot
19+
reachy_mini_motor_controller
20+
reachy_mini_rust_kinematics
21+
usb
22+
libusb_package
23+
soundfile
24+
sounddevice
25+
pynput
26+
gradio_client
27+
onshape_to_robot
28+
gpiozero
29+
lgpio
30+
nmcli
31+
pulsectl
32+
pycaw
33+
pollen_BMI088_imu_library
34+
Foundation
35+
CryptoKit
36+
real:numpy
37+
real:scipy
38+
real:pydantic
39+
real:fastapi
40+
real:starlette
41+
real:uvicorn
42+
real:aiohttp
43+
real:websockets
44+
real:requests
45+
real:pyyaml
46+
real:rich
47+
real:jinja2
48+
real:huggingface_hub
49+
real:toml
50+
real:psutil
51+
real:questionary
52+
real:platformdirs
53+
real:zeroconf
54+
real:asgiref
55+
real:semver
56+
real:cryptography
57+
real:log-throttling
58+
real:pyserial
59+
real:python-multipart

0 commit comments

Comments
 (0)