From 677841b417740a84cffb03d469fd9aa1aafbc382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Mon, 27 May 2024 13:01:01 +0100 Subject: [PATCH] Create .readthedocs.yaml (#1120) * Create .readthedocs.yaml * Update CHANGELOG.md --- .readthedocs.yaml | 12 ++++++++++++ CHANGELOG.md | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml 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)