We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e54372 commit d937c3bCopy full SHA for d937c3b
2 files changed
.readthedocs.yaml
@@ -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
@@ -1,6 +1,6 @@
openpyxl>=2.5,<4
colour>=0.1.5,<0.2
jsonschema
-pandas<2
+pandas<3
xlrd>=1.0.0,<1.3.0 ; python_version<='3.6'
sphinx==7.2.6
0 commit comments