Copy link
Copy Markdown
Contributor Author
Done, please review and accept/merge at your discretion.
I am hoping to help automate this at a later date, but for now I feel documenting is the least I can do as the current docs are outdated with the latest release and I had a hard time figuring that out :D
| cd path/to/colmap/doc | ||
| sudo apt-get install python | ||
| pip install sphinx | ||
| pip install sphinx sphinx_rtd_theme |
Copy link
Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy link
Copy Markdown
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Copy link
Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!