Skip to content

Commit b9f99d8

Browse files
authored
CU-8698x2k5b Fix read the docs builds (CogStack/MedCAT#538)
* CU-8698x2k5b: Add simple pyproject.toml * CU-8698x2k5b: Make ReadTheDocs install with pip
1 parent 480a9f3 commit b9f99d8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

medcat-v1/.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ sphinx:
1515
python:
1616
install:
1717
- requirements: docs/requirements.txt
18-
- method: setuptools
19-
path: .
18+
- method: pip
19+
path: .

medcat-v1/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = ["setuptools>=42", "setuptools_scm[toml]>=6.2", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)