File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ def new_resolve_xref(*args):
6060# You can specify multiple suffix as a list of string:
6161# source_suffix = ['.rst', '.md']
6262# source_suffix = '.rst'
63- source_parsers = {'.md' : CommonMarkParser }
64- source_suffix = ['.rst' , '.md' ]
63+ # source_parsers = {'.md': CommonMarkParser} # deprecated
64+ # source_suffix = ['.rst', '.md'] # deprecated
6565
6666# The encoding of source files.
6767# source_encoding = 'utf-8-sig'
Original file line number Diff line number Diff line change 1212from plexapi .client import PlexClient
1313from plexapi .server import PlexServer
1414
15-
16-
1715SERVER_BASEURL = plexapi .CONFIG .get ('auth.server_baseurl' )
1816MYPLEX_USERNAME = plexapi .CONFIG .get ('auth.myplex_username' )
1917MYPLEX_PASSWORD = plexapi .CONFIG .get ('auth.myplex_password' )
You can’t perform that action at this time.
0 commit comments