Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies for ReadTheDocs #4

Merged
merged 2 commits into from
May 4, 2020
Merged

Fix dependencies for ReadTheDocs #4

merged 2 commits into from
May 4, 2020

Conversation

sonelu
Copy link
Owner

@sonelu sonelu commented May 4, 2020

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.

@sonelu sonelu self-assigned this May 4, 2020
@codecov
Copy link

codecov bot commented May 4, 2020

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.

@sonelu sonelu merged commit 1b50e14 into master May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant