sphinx-action
sphinx-action copied to clipboard
Using Docker for docs dependencies
I have some troublesome dependencies for my Python project where some of the wheels on PYPI are broken and pip install -r requirements.txt
does not work when building my docs. Is it possible to use Docker image in lieu of that pip install requirements.txt
?