Add bob.io.stream, bob.ip.stereo and bob.ip.view
Add bob.io.stream, bob.ip.stereo and bob.ip.view
Merge request reports
Activity
enabled an automatic merge when the pipeline for 008b3360 succeeds
enabled an automatic merge when the pipeline for 008b3360 succeeds
enabled an automatic merge when the pipeline for 008b3360 succeeds
- Resolved by Amir MOHAMMADI
@amohammadi The packages are not public, so I understand they should not be included in
bob/docs
yet. Should they still be added tobob/bob
?
added 1 commit
- f4eb962c - Move acquisition station to extra packages positions
26 26 bob/bob.ip.facedetect 27 27 28 28 # what used to be extra packages 29 bob.io.stream 30 bob.ip.stereo 31 bob.ip.view changed this line in version 3 of the diff
I don't see bob.io.stream as an inter-sphinx source:
Adding intersphinx source for `python': https://docs.python.org/3.7/ Adding intersphinx source for `numpy': https://numpy.org/doc/1.19/ Adding intersphinx source for `setuptools': https://setuptools.readthedocs.io/en/latest/ Adding intersphinx source for `scikit-image': http://scikit-image.org/docs/dev/ Found documentation for bob.extension on http://www.idiap.ch/software/bob/docs/bob/bob.extension/master/; adding intersphinx source Found documentation for bob.io.image on http://www.idiap.ch/software/bob/docs/bob/bob.io.image/master/; adding intersphinx source Found documentation for bob.ip.color on http://www.idiap.ch/software/bob/docs/bob/bob.ip.color/master/; adding intersphinx source
Is bob.io.stream a dependency? Then you need to list it in requirements.txt.
the relevant code is in https://gitlab.idiap.ch/bob/bob.ip.stereo/-/blob/40fe75cae84dd9fd29551531efaca89644287e31/doc/conf.py#L226 and looks correct. It may have to do with the fact that packages are private. Maybe our nightlies script does not account for this.
Edited by Amir MOHAMMADI
@vpollet could you open an issue for this in bob.devtools? I think we need some fixes there to make this work here.
mentioned in issue bob.devtools#75 (closed)
mentioned in commit 2c561651