diff options
| author | Philip James <pjj@philipjohnjames.com> | 2016-06-02 11:00:01 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-02 14:06:56 -0400 |
| commit | 2c90981c5f06c0cb3d7a438dd9454ec94fefae17 (patch) | |
| tree | e63321627f6d7106465e50b836fa02e7578107ed /docs/internals/contributing/writing-documentation.txt | |
| parent | df8412d2e5c95fe8c8238ebde8e0dbb68fe2ec1d (diff) | |
Fixed #26699 -- Mentioned doc theming difference (locally-built vs. website).
Diffstat (limited to 'docs/internals/contributing/writing-documentation.txt')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index c512213f1c..e19b5854fd 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -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 ================================== |
