This setting no longer needed & causes warnings if left in
This commit is contained in:
parent
e1d92087fa
commit
658d202cc7
|
@ -7,7 +7,6 @@ import alabaster
|
||||||
html_theme_path = [alabaster.get_path()]
|
html_theme_path = [alabaster.get_path()]
|
||||||
extensions = ['alabaster']
|
extensions = ['alabaster']
|
||||||
# Paths relative to invoking conf.py - not this shared file
|
# Paths relative to invoking conf.py - not this shared file
|
||||||
html_static_path = ['../_shared_static']
|
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'description': "A Python implementation of SSHv2.",
|
'description': "A Python implementation of SSHv2.",
|
||||||
|
|
Loading…
Reference in New Issue