Make CNAME support more explicit.

rtd2
Eric Holscher 2011-03-15 02:28:02 -04:00
parent 4e8f51a43a
commit 78c61db91c
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@ CNAME Support
If you have your own domain, you can still host with us. If you point a CNAME record in your database to the subdomain for your project, it should magically serve your latest documentation on the custom domain. Using pip as another example, http://www.pip-installer.org resolves, but is hosted on our infrastructure.
As an example, fabric's dig record looks like this:
-> dig docs.fabfile.org
...
;; ANSWER SECTION:
docs.fabfile.org. 7200 IN CNAME fabric.readthedocs.org.
RTFD.org
---------