默认: 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.
默认: readthedocs.org
This is the domain that gets linked to throughout the site when used in production. It depends on USE_SUBDOMAIN, otherwise it isn’t used.
默认: 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.
默认: 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.
默认: test
The username to use when connecting to the Read the Docs API. Used for hitting the API while building the docs.
默认: test
The password to use when connecting to the Read the Docs API. Used for hitting the API while building the docs.
默认: div.document
The Pyquery path to an HTML element that is the root of your document. This is used for making sure we are only searching the main content of a document.