
4 Dec
2018
4 Dec
'18
8:13 a.m.
commit 5486b0416bb7bddfcd2bc7e765070986b19939a7 Author: juga0 <juga@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
2376
Age (days ago)
2376
Last active (days ago)
0 comments
1 participants
participants (1)
-
juga@torproject.org