ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

Update Sphinx to 7.1.2 #144

Closed martinburchell closed 4 months ago

martinburchell commented 4 months ago

Update Sphinx to 7.1.2, which is the most recent release that still supports Python 3.8. 7.2.6 requires Python >=3.9.

In fact we only build docs with Python>=3.10 but because we bundle all our dependencies into setup.py it won't be possible to setup a virtual environment with a later version of Sphinx and Python 3.8. We can move to a later version of Sphinx later in the year when Python 3.8 reaches end-of-life.

martinburchell commented 4 months ago

Fixes #85