From b9b452a3c4bb460d87809883e64ab2f33996d233 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 5 Oct 2023 21:59:32 +0200 Subject: [PATCH] Update conf.py --- readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 6daa5163..f528c103 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,6 +10,7 @@ build: tools: python: "3.9" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -24,4 +25,5 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: install: + - sphinx-rtd-theme - requirements: requirements.txt \ No newline at end of file