From 940ec6a2955e46bcb32c39da42aed2028dad9314 Mon Sep 17 00:00:00 2001 From: Julian Murgia Date: Sat, 28 Oct 2023 23:17:54 +0200 Subject: [PATCH] Fix: build.os cf. https://blog.readthedocs.com/use-build-os-config/ --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirements.txt b/requirements.txt index 382a1f9..08e2449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,10 @@ +# Base dependencies +pygments==2.15.1 + +# Sphinx base and RTD theme. +sphinx==4.4.0 +sphinx_rtd_theme==1.1.1 + ###### Requirements without Version Specifiers ###### myst_parser doc8