Doc Generation Error - HTTP Error 429 #924
Labels
🍺 Hacktoberfest 🍺
Support open source and Start Hacking !
good first issue
Good for newcomers
type:Bug Fix
Something isn't working
Description
Doc Generation Error - HTTP error
Instead of hitting the endpoint repeatedly, trying some exponential backoff might help.
Way to reproduce
Run
make -C . clean && make -C . html-no-examples
multiple times.python -c "from fury import get_info; print(get_info())"
){'fury_version': '0.1.0.dev5404+g14851c6', 'pkg_path': '/home/robin/Desktop/playground/fury/fury', 'commit_hash': '14851c6', 'sys_version': '3.11.9 (main, Apr 6 2024, 17:59:24) [GCC 11.4.0]', 'sys_executable': '/home/robin/Desktop/playground/venv/bin/python', 'sys_platform': 'linux', 'numpy_version': '2.0.1', 'scipy_version': '1.14.0', 'vtk_version': '9.3.1', 'matplotlib_version': '3.9.2', 'dipy_version': '1.9.0'}
The text was updated successfully, but these errors were encountered: