We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6ac95 commit 145bfb2Copy full SHA for 145bfb2
.readthedocs.yml
@@ -0,0 +1,21 @@
1
+# .readthedocs.yml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+# Required
6
+version: 2
7
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.12"
12
13
+# Build documentation in the docs/ directory with Sphinx
14
+sphinx:
15
+ configuration: docs/source/conf.py
16
17
+# Optionally build your docs in additional formats such as PDF
18
+formats:
19
+ - pdf
20
21
+python:
tests/requirements.txt
@@ -9,6 +9,5 @@ collective.checkdocs
pygments
moban
moban_jinja2_github
-xlrd==1.2.0
pyexcel-xls
pyexcel
0 commit comments