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
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:
@@ -1 +0,0 @@
|
||||
.. include:: ../CODE_OF_CONDUCT.rst
|
||||
15
docs/conf.py
15
docs/conf.py
@@ -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"
|
||||
@@ -1,4 +0,0 @@
|
||||
.. include:: ../CONTRIBUTING.rst
|
||||
:end-before: github-only
|
||||
|
||||
.. _Code of Conduct: codeofconduct.html
|
||||
@@ -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>
|
||||
@@ -1 +0,0 @@
|
||||
.. include:: ../LICENSE.rst
|
||||
@@ -1,13 +0,0 @@
|
||||
Reference
|
||||
=========
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:backlinks: none
|
||||
|
||||
|
||||
playlist.__main__
|
||||
-----------------
|
||||
|
||||
.. automodule:: playlist.__main__
|
||||
:members:
|
||||
@@ -1,3 +0,0 @@
|
||||
sphinx==3.5.2
|
||||
sphinx-click==2.6.0
|
||||
sphinx-rtd-theme==0.5.1
|
||||
@@ -1,6 +0,0 @@
|
||||
Usage
|
||||
=====
|
||||
|
||||
.. click:: playlist.__main__:main
|
||||
:prog: plex-playlist
|
||||
:nested: full
|
||||
Reference in New Issue
Block a user