From 2a07f5cb6062594eab23a69471bf347889cf1cc4 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Fri, 10 Feb 2023 08:26:07 -0500 Subject: [PATCH] update readthedocs stuff --- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- docs/pomice.rst | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 004690a..a7213fe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ sphinx: configuration: docs/conf.py python: - version: "3.8" + version: "3.9" install: - requirements: docs/requirements_rtd.txt - method: pip diff --git a/docs/conf.py b/docs/conf.py index 17ea292..275cd2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/docs/pomice.rst b/docs/pomice.rst index 0fa3c6f..57919c5 100644 --- a/docs/pomice.rst +++ b/docs/pomice.rst @@ -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