mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Fix API Reference (#1126)
* add base directory to PATH * Check if build completes if redis is included
This commit is contained in:
parent
df27fe93bf
commit
126da62dd0
@ -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 -----------------------------------------------------
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
Sphinx~=7.3.7
|
||||
sphinx-rtd-theme~=2.0.0
|
||||
redis>=3.5.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user