mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Create .readthedocs.yaml (#1120)
* Create .readthedocs.yaml * Update CHANGELOG.md
This commit is contained in:
parent
e153dabe7c
commit
677841b417
12
.readthedocs.yaml
Normal file
12
.readthedocs.yaml
Normal 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
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user