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.6"
13
16
install :
14
17
- requirements : docs/requirements.txt
15
18
- requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -101,15 +101,17 @@ Usage Example
101
101
while ticks_less(ticks_ms(), deadline):
102
102
pass
103
103
104
+ Documentation
105
+ =============
106
+
107
+ API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/ticks/en/latest/ >`_.
108
+
109
+ For information on building library documentation, please check out
110
+ `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1 >`_.
111
+
104
112
Contributing
105
113
============
106
114
107
115
Contributions are welcome! Please read our `Code of Conduct
108
116
<https://github.com/adafruit/Adafruit_CircuitPython_ticks/blob/HEAD/CODE_OF_CONDUCT.md> `_
109
117
before contributing to help this project stay welcoming.
110
-
111
- Documentation
112
- =============
113
-
114
- For information on building library documentation, please check out
115
- `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