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.
2 parents d5287da + b8d7c16 commit fba68dcCopy full SHA for fba68dc
readthedocs.yaml
@@ -1,10 +1,8 @@
1
version: 2
2
sphinx:
3
configuration: docs/conf.py
4
-formats:
5
- - pdf
6
python:
7
- version: 3.9
+ version: 3.8 # we have to use this, 3.9 is not supported for RTD.
8
install:
9
- method: pip
10
extra_requirements:
setup.py
@@ -34,7 +34,7 @@
34
long_description_content_type="text/markdown",
35
url="https://github.com/goverfl0w/discord-interactions",
36
packages=find_packages(),
37
- python_requires=">=3.9",
+ python_requires=">=3.8.6",
38
classifiers=[
39
"Development Status :: 4 - Beta",
40
"Intended Audience :: Developers",
0 commit comments