From dec39ba70315eca338359f8381af4610a3e56274 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 18 Dec 2018 10:53:34 +0100 Subject: [PATCH] Tip communicating that environment variables can be added manually --- docs/builds.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/builds.rst b/docs/builds.rst index c5bdfc2f3ba..288b9f6cc1e 100644 --- a/docs/builds.rst +++ b/docs/builds.rst @@ -225,3 +225,8 @@ The *Sphinx* and *Mkdocs* builders set the following RTD-specific environment va +-------------------------+--------------------------------------------------+----------------------+ | ``READTHEDOCS_PROJECT`` | The RTD name of the project which is being built | ``myexampleproject`` | +-------------------------+--------------------------------------------------+----------------------+ + +.. tip:: + + In case extra environment variables are needed to the build process (like secrets, tokens, etc), + you can add them going to **Admin > Environment Variables** in your project.