Clean slate.
Some checks are pending
Tests / tests 3.9 / macos-latest (push) Waiting to run
Tests / mypy 3.6 / ubuntu-latest (push) Waiting to run
Tests / tests 3.6 / ubuntu-latest (push) Waiting to run
Tests / mypy 3.7 / ubuntu-latest (push) Waiting to run
Tests / tests 3.7 / ubuntu-latest (push) Waiting to run
Tests / docs-build 3.8 / ubuntu-latest (push) Waiting to run
Tests / mypy 3.8 / ubuntu-latest (push) Waiting to run
Tests / tests 3.8 / ubuntu-latest (push) Waiting to run
Tests / mypy 3.9 / ubuntu-latest (push) Waiting to run
Tests / pre-commit 3.9 / ubuntu-latest (push) Waiting to run
Tests / safety 3.9 / ubuntu-latest (push) Waiting to run
Tests / tests 3.9 / ubuntu-latest (push) Waiting to run
Tests / typeguard 3.9 / ubuntu-latest (push) Waiting to run
Tests / xdoctest 3.9 / ubuntu-latest (push) Waiting to run
Tests / tests 3.9 / windows-latest (push) Waiting to run
Tests / coverage (push) Blocked by required conditions

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-03-08 12:55:44 -05:00
parent e90abe3698
commit 57e051b45c
45 changed files with 0 additions and 5395 deletions

View File

@@ -1 +0,0 @@
.. include:: ../CODE_OF_CONDUCT.rst

View File

@@ -1,15 +0,0 @@
"""Sphinx configuration."""
from datetime import datetime
project = "Automated Daily Playlist Generator for Plex Music"
author = "Cliff Hill"
copyright = f"{datetime.now().year}, {author}"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_click",
"sphinx_rtd_theme",
]
autodoc_typehints = "description"
html_theme = "sphinx_rtd_theme"

View File

@@ -1,4 +0,0 @@
.. include:: ../CONTRIBUTING.rst
:end-before: github-only
.. _Code of Conduct: codeofconduct.html

View File

@@ -1,16 +0,0 @@
.. include:: ../README.rst
:end-before: github-only
.. _Contributor Guide: contributing.html
.. _Usage: usage.html
.. toctree::
:hidden:
:maxdepth: 1
usage
reference
contributing
Code of Conduct <codeofconduct>
License <license>
Changelog <https://github.com/xlorepdarkhelm/plex-playlist/releases>

View File

@@ -1 +0,0 @@
.. include:: ../LICENSE.rst

View File

@@ -1,13 +0,0 @@
Reference
=========
.. contents::
:local:
:backlinks: none
playlist.__main__
-----------------
.. automodule:: playlist.__main__
:members:

View File

@@ -1,3 +0,0 @@
sphinx==3.5.2
sphinx-click==2.6.0
sphinx-rtd-theme==0.5.1

View File

@@ -1,6 +0,0 @@
Usage
=====
.. click:: playlist.__main__:main
:prog: plex-playlist
:nested: full