OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
120 stars 105 forks source link

Fixing demo docs for macOS #250

Closed maksimdrachov closed 2 years ago

maksimdrachov commented 2 years ago

This should address my questions in #248

I might have some additional notes/questions, so don't merge just yet.

maksimdrachov commented 2 years ago

Ok, the demo is working for me now.

There appears to be some issue with the checks?

pavel-kirienko commented 2 years ago

Please see my comment above; also, the doc8 test is failing:

docs/pages/demo.rst:390: D002 Trailing whitespace

maksimdrachov commented 2 years ago

What's the issue?

error
pavel-kirienko commented 2 years ago

@maksimdrachov please try disabling the doc8 check (in the noxfile.py) for all Python versions except the latest. This issue is not related to your work.

@silverv cc

silverv commented 2 years ago

I am trying to disable it now