Comment out depicated config options

This commit is contained in:
Michael Shepanski 2019-10-02 21:47:02 -04:00
parent 73502f8f24
commit a3ab143068
2 changed files with 2 additions and 4 deletions

View file

@ -60,8 +60,8 @@ templates_path = ['../']
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
# source_suffix = '.rst'
source_parsers = {'.md': CommonMarkParser}
source_suffix = ['.rst', '.md']
# source_parsers = {'.md': CommonMarkParser} # deprecated
# source_suffix = ['.rst', '.md'] # deprecated
# The encoding of source files.
# source_encoding = 'utf-8-sig'

View file

@ -12,8 +12,6 @@ from plexapi.compat import patch, MagicMock
from plexapi.client import PlexClient
from plexapi.server import PlexServer
SERVER_BASEURL = plexapi.CONFIG.get('auth.server_baseurl')
MYPLEX_USERNAME = plexapi.CONFIG.get('auth.myplex_username')
MYPLEX_PASSWORD = plexapi.CONFIG.get('auth.myplex_password')