diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..134784f --- /dev/null +++ b/.readthedocs.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b0cfbc9..bf7b9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed `python 3.6` from GitHub Actions CI workflow. Ubuntu 20.04 is not available in GitHub Actions for `python 3.6`. - 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. +- 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)