docs: Enable sphinx_rtd_theme as an extension.

This has no effect at present, but it’s documented as necessary to
enable localization of theme strings in translated output, so maybe
it’ll be relevant some day.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-11-03 20:54:47 -07:00 committed by Tim Abbott
parent 03a7d0c053
commit 6fa86385aa
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ on_rtd = os.environ.get("READTHEDOCS") == "True"
extensions = [
"myst_parser",
"sphinx_rtd_theme",
]
templates_path = ["_templates"]
project = "Zulip"