update readthedocs stuff
This commit is contained in:
parent
f3981ecf7f
commit
2a07f5cb60
|
|
@ -4,7 +4,7 @@ sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: "3.8"
|
version: "3.9"
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements_rtd.txt
|
- requirements: docs/requirements_rtd.txt
|
||||||
- method: pip
|
- method: pip
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ copyright = '2022, cloudwithax'
|
||||||
author = 'cloudwithax'
|
author = 'cloudwithax'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '1.1.8a'
|
release = '2.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,21 @@
|
||||||
Pomice
|
Pomice
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Spotify
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
.. automodule:: pomice.spotify
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
Apple Music
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
.. automodule:: pomice.applemusic
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
Enums
|
Enums
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue