sonelu / roboglia

Robotics framework
GNU General Public License v3.0
0 stars 1 forks source link

Fix dependencies for ReadTheDocs #4

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Dynamixel SDK is not on PyPi and it's fiddle to install. We included a req_test.txt file (a pip requirements file) to be used specifically for RTD. It is mentioned in the project admin on RTD and that helps RTD import the classes that are dependent on dynamixel_sdk. We will need later to include smbus2 and spidev for classes that work with I2C and SPI.

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   66.73%   66.73%           
=======================================
  Files          19       19           
  Lines        1016     1016           
  Branches      117      117           
=======================================
  Hits          678      678           
  Misses        317      317           
  Partials       21       21           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26a9651...9926382. Read the comment docs.