mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
3314bc94b6
The main problem with extra modules is that they're located outside of the OpenCV root, while Sphinx requires that all documents are within the documentation root. To circumvent this, we create a "fake root" and copy all documentation (as well as all files that it depends on) there. It's a bit messy, but what can you do. As a bonus, this eliminates the need to generate modules/refman.rst inside the source tree.
9 lines
62 B
Plaintext
9 lines
62 B
Plaintext
*.autosave
|
|
*.pyc
|
|
*.user
|
|
.*.swp
|
|
.DS_Store
|
|
.sw[a-z]
|
|
tags
|
|
tegra/
|