File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ deploy:
23
23
install :
24
24
- pip install -r requirements.txt
25
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+ - pip install --force-reinstall pylint==1.9.2
26
27
script :
27
28
- pylint adafruit_max31855.py
28
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
4
- .. image :: https://readthedocs.org/projects/adafruit-circuitpython-MAX31855 /badge/?version=latest
4
+ .. image :: https://readthedocs.org/projects/adafruit-circuitpython-max31855 /badge/?version=latest
5
5
:target: https://circuitpython.readthedocs.io/projects/max31855/en/latest/
6
6
:alt: Documentation Status
7
7
You can’t perform that action at this time.
0 commit comments