mitrefireline / simfire

An open-source wildfire simulator written in Python and meant to be used to train reinforcement learning (RL) agents.
https://mitrefireline.github.io/simfire/
Apache License 2.0
26 stars 1 forks source link

Fix GitHub action for deploy-pages #35

Open doyled-it opened 1 month ago

doyled-it commented 1 month ago

See error here. The error occurs when running sphinx-build:

Extension error:
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')

And when I search for this issue, the most applicable that I find is here:

https://github.com/executablebooks/sphinx-copybutton/issues/169

It doesn't make sense because sphinx-copybutton is installed both locally when I try to run this command and in the Action.

doyled-it commented 1 month ago

Could be done together with #23