Reorder settings doc.

refactor-builder
Eric Holscher 2014-01-08 20:49:59 -05:00
parent 8665eedebf
commit 356ef30d43
1 changed files with 16 additions and 18 deletions

View File

@ -1,14 +1,28 @@
Interesting Settings
====================
SLUMBER_USERNAME
----------------
Default: `test`
The username to use when connecting to the Read the Docs API. Used for hitting the API while building the docs.
SLUMBER_PASSWORD
----------------
Default: `test`
The password to use when connecting to the Read the Docs API. Used for hitting the API while building the docs.
USE_SUBDOMAIN
---------------
Default: `False`
Whether to use subdomains in URLs on the site, or the Django-served content.
When used in production, this should be True, as Nginx will serve this content.
During developemnt and other possible deployments, this might be False.
When used in production, this should be ``True``, as Nginx will serve this content.
During developemnt and other possible deployments, this might be ``False``.
PRODUCTION_DOMAIN
------------------
@ -25,7 +39,6 @@ Default: `undefined`
This is a list of the varnish servers that you are using. It is used to perform cache invalidation. If this settings is not defined, no invalidation will be done.
MULTIPLE_APP_SERVERS
--------------------
@ -33,21 +46,6 @@ Default: `undefined`
This is a list of application servers that built documentation is copied to. This allows you to run an independent build server, and then have it rsync your built documentation across multiple front end documentation/app servers.
SLUMBER_USERNAME
----------------
Default: `test`
The username to use when connecting to the Read the Docs API. Used for hitting the API while building the docs.
SLUMBER_PASSWORD
----------------
Default: `test`
The password to use when connecting to the Read the Docs API. Used for hitting the API while building the docs.
INDEX_ONLY_LATEST
-----------------