From dedc92b3c0d4e0067a28f8b1e59fe520973c6286 Mon Sep 17 00:00:00 2001 From: crocsg Date: Sun, 8 Oct 2023 18:41:03 +0200 Subject: [PATCH] add python extension for rtd theme --- .readthedocs.yaml | 3 +++ docs/conf.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index abb5ac2..6a9ccee 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,3 +24,6 @@ formats: - pdf # Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index ec299bb..c460d12 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -107,7 +107,7 @@ pygments_style = 'sphinx' # -- Options for HTML output ------------------------------------------------- # Maps git branches to Sphinx themes -default_html_theme = 'classic' +default_html_theme = 'sphinx_rtd_theme' branch_to_theme_mapping = { # 3rd party themes 'master': default_html_theme,