brocksam / pycollo

General-purpose optimal control, trajectory optimisation and parameter optimisation using direct collocation
https://brocksam.github.io/pycollo/
MIT License
8 stars 3 forks source link

Fix GitHub Actions workflows for documentation #81

Closed brocksam closed 1 year ago

brocksam commented 1 year ago

The autodoc extension for Sphinx requires the package to be discoverable. The current use of os and sys was not successful when running the make commands with the -C flag (running from outside the docs directory).