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