Create .readthedocs.yaml (#1120)

* Create .readthedocs.yaml

* Update CHANGELOG.md
This commit is contained in:
Stéphane Bruckert 2024-05-27 13:01:01 +01:00 committed by GitHub
parent e153dabe7c
commit 677841b417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

12
.readthedocs.yaml Normal file
View File

@ -0,0 +1,12 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py

View File

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added extra installation step to TUTORIAL.md for required installation packages.
- Added Troubleshooting Tips section to TUTORIAL.md to address common installation issues.
- Added link to Spotipy Tutorial for Beginners under Getting Started.
- Readthedocs config
### Changed
- Changes the YouTube video link for authentication tutorial (the old video was in low definition, the new one is in high definition)