Skip to content

Commit d937c3b

Browse files
authored
.readthedocs.yaml (#160)
1 parent 1e54372 commit d937c3b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openpyxl>=2.5,<4
22
colour>=0.1.5,<0.2
33
jsonschema
4-
pandas<2
4+
pandas<3
55
xlrd>=1.0.0,<1.3.0 ; python_version<='3.6'
66
sphinx==7.2.6

0 commit comments

Comments
 (0)