File tree 2 files changed +12
-7
lines changed
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 @@ -69,15 +69,17 @@ Or the following command to update an existing version:
69
69
70
70
circup update
71
71
72
+ Documentation
73
+ =============
74
+
75
+ API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/en/latest/docs/library/asyncio.html >`_.
76
+
77
+ For information on building library documentation, please check out
78
+ `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1 >`_.
79
+
72
80
Contributing
73
81
============
74
82
75
83
Contributions are welcome! Please read our `Code of Conduct
76
84
<https://github.com/adafruit/Adafruit_CircuitPython_asyncio/blob/HEAD/CODE_OF_CONDUCT.md> `_
77
85
before contributing to help this project stay welcoming.
78
-
79
- Documentation
80
- =============
81
-
82
- For information on building library documentation, please check out
83
- `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