mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
RTD theme fix (#1122)
* pip sphinx-rtd-theme * Bump sphinx * Add extension * Add docs/requirements.txt * CL
This commit is contained in:
parent
2d1cb99be7
commit
1ce8c4f06b
@ -10,3 +10,7 @@ build:
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
|
||||
@ -16,7 +16,6 @@ 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)
|
||||
@ -31,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Fixed
|
||||
- Fixed unused description parameter in playlist creation example
|
||||
- Readthedocs
|
||||
|
||||
### Changed
|
||||
- Drop support for EOL Python 3.7.
|
||||
|
||||
@ -26,7 +26,10 @@ sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc']
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx_rtd_theme'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Sphinx~=7.3.7
|
||||
sphinx-rtd-theme~=2.0.0
|
||||
Loading…
Reference in New Issue
Block a user