ammaraskar / sphinx-action

Github action that builds docs using sphinx and places errors inline
Apache License 2.0
189 stars 114 forks source link

Using Docker for docs dependencies #28

Open yngtdd opened 3 years ago

yngtdd commented 3 years ago

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?