From 2c90981c5f06c0cb3d7a438dd9454ec94fefae17 Mon Sep 17 00:00:00 2001 From: Philip James Date: Thu, 2 Jun 2016 11:00:01 -0700 Subject: [PATCH] Fixed #26699 -- Mentioned doc theming difference (locally-built vs. website). --- docs/internals/contributing/writing-documentation.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 `. After that, you'll want to read about the :ref:`Sphinx-specific markup ` 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 `_. +This is OK! If your changes look good on your local machine, they'll look good +on the website. + How the documentation is organized ==================================