On Wed, Aug 14, 2024 at 11:05 AM Juraj Linkeš <juraj.lin...@pantheon.tech> wrote: > > When the DTS dependencies are not installed when building DTS API > documentation, the or operator produces errors when used with types from > those libraries: > autodoc: failed to import module 'remote_session' from module > 'framework'; the following exception was raised: > Traceback (most recent call last): > ... > TypeError: unsupported operand type(s) for |: 'Transport' and 'NoneType' > > The third part type here is Transport from the paramiko library. > > Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > --- Reviewed-by: Jeremy Spewock <jspew...@iol.unh.edu>
- [PATCH v17 0/5] API docs generation Juraj Linkeš
- [PATCH v17 1/5] dts: update params and parser docstrin... Juraj Linkeš
- Re: [PATCH v17 1/5] dts: update params and parser ... Jeremy Spewock
- [PATCH v17 2/5] dts: replace the or operator in third ... Juraj Linkeš
- Re: [PATCH v17 2/5] dts: replace the or operator i... Jeremy Spewock
- [PATCH v17 3/5] dts: add doc generation dependencies Juraj Linkeš
- Re: [PATCH v17 3/5] dts: add doc generation depend... Jeremy Spewock
- [PATCH v17 4/5] dts: add API doc sources Juraj Linkeš
- [PATCH v17 5/5] dts: add API doc generation Juraj Linkeš
- Re: [PATCH v17 5/5] dts: add API doc generation Jeremy Spewock
- Re: [PATCH v17 5/5] dts: add API doc generation Dean Marx
- Re: [PATCH v17 5/5] dts: add API doc generatio... Dean Marx
- Re: [PATCH v17 5/5] dts: add API doc gener... Juraj Linkeš
- Re: [PATCH v17 5/5] dts: add API doc generation Dean Marx