diff options
author | drebs <drebs@riseup.net> | 2017-09-28 15:23:29 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-28 15:23:29 -0300 |
commit | 3a52f2a88a5423d1e8d76bb704d0164c9726fd07 (patch) | |
tree | 9da7a434efff5d20690cb0ab2d28a3a4d83ff968 /readthedocs.yml | |
parent | cab26bc223395ea4954c89a704a7a31b8cbd81aa (diff) |
[doc] fix readthedocs yaml file name
Diffstat (limited to 'readthedocs.yml')
-rw-r--r-- | readthedocs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..cc196fc3 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,8 @@ +requirements_file: docs/requirements.pip + +python: + pip_install: true + extra_requirements: + - client + - server + - signaling |