diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-16 10:33:39 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-16 10:34:21 -0400 |
| commit | 5a58c69518337e8f0d309cb0c9a9027840cd676e (patch) | |
| tree | 55b7a42c70597f1f91f664cb23ebc5b04c329355 | |
| parent | 935751c81af679f04da4d73853d73e2c59943b96 (diff) | |
| download | external_python_setuptools-5a58c69518337e8f0d309cb0c9a9027840cd676e.tar.gz external_python_setuptools-5a58c69518337e8f0d309cb0c9a9027840cd676e.tar.bz2 external_python_setuptools-5a58c69518337e8f0d309cb0c9a9027840cd676e.zip | |
Configure readthedocs with a .yml file
| -rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..3aef6b6b --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,4 @@ +python: + version: 3 + requirements_file: docs/requirements.txt + pip_install: false |
