From 35ea55caaf96831e9a8097ca4212247aad80b3a4 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sun, 15 May 2016 15:08:32 +0200 Subject: [PATCH] Update readthedocs domains From the announcement : > Starting today, Read the Docs will start hosting projects from > subdomains on the domain readthedocs.io, instead of on readthedocs.org. [...] > Projects will automatically be redirected, and this redirect will > remain in place for the foreseeable future. Still, you should plan on > updating links to your documentation after the new domain goes live. --- docs/hacking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hacking.rst b/docs/hacking.rst index b902a68..e7c8cf5 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -32,7 +32,7 @@ Do this: $ . venv/bin/activate - or use `virtualenvwrapper `_ + or use `virtualenvwrapper `_ to create and manage your virtual environment:: $ mkvirtualenv hy @@ -63,7 +63,7 @@ Test! ===== Tests are located in ``tests/``. We use `nose -`_. +`_. To run the tests::