File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ deploy:
11
11
file_glob : true
12
12
file : " $TRAVIS_BUILD_DIR/bundles/*"
13
13
skip_cleanup : true
14
+ overwrite : true
14
15
on :
15
16
tags : true
16
17
- provider : pypi
Original file line number Diff line number Diff line change 2
2
Introduction
3
3
============
4
4
5
- .. image :: https://readthedocs.org/projects/adafruit-circuitpython-CircuitPython_ADS1x15 /badge/?version=latest
6
- :target: https://circuitpython.readthedocs.io/projects/CircuitPython_ADS1x15 /en/latest/
5
+ .. image :: https://readthedocs.org/projects/adafruit-circuitpython-ads1x15 /badge/?version=latest
6
+ :target: https://circuitpython.readthedocs.io/projects/ads1x15 /en/latest/
7
7
:alt: Documentation Status
8
8
9
9
.. image :: https://img.shields.io/discord/327254708534116352.svg
10
- :target: https://discord.gg/nBQh6qu
10
+ :target: https://adafru.it/discord
11
11
:alt: Discord
12
12
13
13
.. image :: https://travis-ci.org/adafruit/Adafruit_CircuitPython_ADS1x15.svg?branch=master
@@ -115,4 +115,3 @@ Now, once you have the virtual environment activated:
115
115
This will output the documentation to ``docs/_build/html ``. Open the index.html in your browser to
116
116
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
117
117
locally verify it will pass.
118
-
You can’t perform that action at this time.
0 commit comments