[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sbws/master] Force rtfd.io to install the package
commit 5486b0416bb7bddfcd2bc7e765070986b19939a7
Author: juga0 <juga@xxxxxxxxxx>
Date: Sat Nov 24 10:04:03 2018 +0000
Force rtfd.io to install the package
and the docs dependencies and to build them using Python 3.5
Closes bug #28601.
---
.readthedocs.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..a052595
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,13 @@
+# .readthedocs.yml
+
+build:
+ image: latest
+
+python:
+ version: 3.5
+ # To run "pip install ." in rtfd.io
+ pip_install: true
+
+# To run "pip install .[docs]" in rtfd.io
+extra_requirements:
+ - docs
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits