Skip to content

Commit a3ab143

Browse files
committed
Comment out depicated config options
1 parent 73502f8 commit a3ab143

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
from plexapi.client import PlexClient
1313
from plexapi.server import PlexServer
1414

15-
16-
1715
SERVER_BASEURL = plexapi.CONFIG.get('auth.server_baseurl')
1816
MYPLEX_USERNAME = plexapi.CONFIG.get('auth.myplex_username')
1917
MYPLEX_PASSWORD = plexapi.CONFIG.get('auth.myplex_password')

0 commit comments

Comments
 (0)