Fixed #26699 -- Mentioned doc theming difference (locally-built vs. website).

This commit is contained in:
Philip James 2016-06-02 11:00:01 -07:00 committed by Tim Graham
parent df8412d2e5
commit 2c90981c5f
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ Primer <sphinx:rst-primer>`. After that, you'll want to read about the
:ref:`Sphinx-specific markup <sphinx:sphinxmarkup>` that's used to manage
metadata, indexing, and cross-references.
Your locally-built documentation will be themed differently than the
documentation at `docs.djangoproject.com <https://docs.djangoproject.com>`_.
This is OK! If your changes look good on your local machine, they'll look good
on the website.
How the documentation is organized
==================================