Fix API Reference (#1126)

* add base directory to PATH

* Check if build completes if redis is included
This commit is contained in:
Niko 2024-05-30 20:33:17 +02:00 committed by GitHub
parent df27fe93bf
commit 126da62dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@ import os
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath(".."))
import spotipy
# -- General configuration -----------------------------------------------------

View File

@ -1,2 +1,3 @@
Sphinx~=7.3.7
sphinx-rtd-theme~=2.0.0
redis>=3.5.3