From df55443e17d12735850d4a5b04df29074e5605e6 Mon Sep 17 00:00:00 2001
From: Andrew Butterfield <andrew.butterfield@scss.tcd.ie>
Date: Thu, 9 Nov 2023 11:01:17 +0000
Subject: [PATCH 1/1] README.txt: addresses need to specify a particular sphinx
 version

---
 README.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.txt b/README.txt
index 1c4d729..12d0200 100644
--- a/README.txt
+++ b/README.txt
@@ -143,6 +143,10 @@ Either way, the prompt will now change. You can install Sphinx with:
   $ pip install sphinx
   $ pip install sphinxcontrib-bibtex
 
+A specific version of sphinx may be required, in which case use:
+
+  $ pip install sphinx==M.N
+
 When you have finished you enter `deactivate`.
 
 NPM Per User Environment
-- 
2.37.1 (Apple Git-137.1)

