diff options
| -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 |
