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 @@ -121,15 +121,17 @@ Usage Example
121
121
sys.stdout.write("\033[J")
122
122
time.sleep(0.05)
123
123
124
+ Documentation
125
+ =============
126
+
127
+ API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/ov5640/en/latest/ >`_.
128
+
129
+ For information on building library documentation, please check out
130
+ `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1 >`_.
131
+
124
132
Contributing
125
133
============
126
134
127
135
Contributions are welcome! Please read our `Code of Conduct
128
136
<https://github.com/adafruit/Adafruit_CircuitPython_ov5640/blob/HEAD/CODE_OF_CONDUCT.md> `_
129
137
before contributing to help this project stay welcoming.
130
-
131
- Documentation
132
- =============
133
-
134
- For information on building library documentation, please check out
135
- `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