-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow building docs in Docker containers #308
Conversation
Noted. Thanks. |
One observation before recommending building docs in the Docker container: I mounted the docs inside the container and installed pyrobosim locally using The drawback: |
I think this has to do with mismatch between installing with The default container being used is the ROS workflow, so I imagine that the I think a better long term solution is to have the option of starting separate containers for with/without ROS (which already exist, they're just not both built). So then people can just start the "no ROS" container and the only installation is the one that happens through |
Okay understood. |
We're now mounting the
docs
folder and installing the pip requirements for building docs.I also added a
docs
service so you can dodocker compose run docs
to generate the documentation.FYI @kumar-sanjeeev