diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-12-19 13:11:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-19 13:11:22 -0500 |
| commit | 7f8972b842916e13540869af56522fb3bb577d32 (patch) | |
| tree | d8c0b9f6707644baf93343f884546c96a48a9a9d | |
| parent | aca4b60d28db19542bf32a8197c982cd2d3e4e39 (diff) | |
| parent | e3df0104b0aab0c400b0529340f23cd10402640e (diff) | |
Merge pull request #489 from adafruit/test_2.x
Add root .readthedocs.yml config
| -rw-r--r-- | .readthedocs.yml | 2 | ||||
| -rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..8b77f690a --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,2 @@ +python: + version: 3 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 75df61718..000000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -# dummy file to work around readthedocs bug: https://github.com/rtfd/readthedocs.org/issues/2855 |
