[tor-commits] [sbws/master] Force rtfd.io to install the package
juga at torproject.org
juga at torproject.org
Tue Dec 4 08:13:26 UTC 2018
commit 5486b0416bb7bddfcd2bc7e765070986b19939a7
Author: juga0 <juga at riseup.net>
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
More information about the tor-commits
mailing list