File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 8
8
# Required
9
9
version : 2
10
10
11
+ build :
12
+ tools :
13
+ python : " 3"
14
+
11
15
python :
12
- version : " 3.x"
13
16
install :
14
17
- requirements : docs/requirements.txt
15
18
- requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -98,15 +98,17 @@ Usage Example
98
98
99
99
See examples/vl53l1x_simpletest.py for basic usage example.
100
100
101
+ Documentation
102
+ =============
103
+
104
+ API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/neopixel/en/latest/ >`_.
105
+
106
+ For information on building library documentation, please check out
107
+ `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1 >`_.
108
+
101
109
Contributing
102
110
============
103
111
104
112
Contributions are welcome! Please read our `Code of Conduct
105
113
<https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X/blob/HEAD/CODE_OF_CONDUCT.md> `_
106
114
before contributing to help this project stay welcoming.
107
-
108
- Documentation
109
- =============
110
-
111
- For information on building library documentation, please check out
112
- `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1 >`_.
You can’t perform that action at this time.
0 commit comments