-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fixed travis.yml, busdevice #10
Conversation
Need to add dependency PCA9685. |
Also needs INA219. On hold until those are setup. |
Dependencies added, failing on Sphinx now. |
docs/conf.py
Outdated
|
||
intersphinx_mapping = { | ||
'python': ('https://docs.python.org/3.4', None), | ||
'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None), | ||
'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None), | ||
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None), | ||
'motor': ('https://circuitpython.readthedocs.io/projects/motor/en/latest/', None)} | ||
'motor': ('https://circuitpython.readthedocs.io/projects/motor/en/latest/', None), | ||
'seesae': ('https://circuitpython.readthedocs.io/projects/seesaw/en/latest/', None), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo...'seesaw`: (don't think this is related to Travis failure)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this and had already fixed it, hadn't pushed yet.
I'm not convinced this won't break the docs. It looks weird building locally, but it always looks weird building locally so I can't tell whether it's a local issue or whether it'll carry to RTD. Giving I guess we merge it and see what happens. |
Updating https://github.com/adafruit/Adafruit_CircuitPython_AVRprog to 1.1.0 from 1.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#5 from kattni/pypi > updated CoC > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#4 from sommersoft/new_docs Updating https://github.com/adafruit/Adafruit_CircuitPython_FancyLED to 1.2.0 from 1.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_FancyLED#4 from kattni/pypi > updated CoC Updating https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing to 0.9.2 from 1.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#15 from kattni/api-doc-fix > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#14 from kattni/busdevice-fix > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#13 from adafruit/revert-8-pypi > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#12 from adafruit/revert-9-pypi-fix > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#11 from adafruit/revert-10-pypi-fix > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#10 from kattni/pypi-fix > Merge pull request adafruit/Adafruit_CircuitPython_FeatherWing#9 from kattni/pypi-fix Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 3.2.0 from 3.1.3: > Merge pull request adafruit/Adafruit_CircuitPython_HID#26 from kattni/pypi > updated CoC Updating https://github.com/adafruit/Adafruit_CircuitPython_RTTTL to 2.2.0 from 2.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_RTTTL#9 from kattni/pypi > updated CoC Updating https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO to 1.1.0 from 1.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_SimpleIO#31 from kattni/pypi > updated CoC > Merge pull request adafruit/Adafruit_CircuitPython_SimpleIO#30 from apatt/master > Merge pull request adafruit/Adafruit_CircuitPython_SimpleIO#28 from sommersoft/new_docs Updating https://github.com/adafruit/Adafruit_CircuitPython_Waveform to 1.2.0 from 1.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_Waveform#4 from kattni/pypi > updated CoC > Merge pull request adafruit/Adafruit_CircuitPython_Waveform#3 from sommersoft/new_docs
No description provided.