Bug 987332 - Disable MDN theme until it works; r=nalexander

The MDN theme is currently busted. This patch reverts to the default
Sphinx theme so we have docs that are more usable.

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 407dedaa2c200560a5e972998489f19a4bcdbe11
This commit is contained in:
Gregory Szorc 2014-06-16 14:53:49 -07:00
parent 71fe731848
commit 415e6019ea

View File

@ -44,8 +44,9 @@ version = re.sub(r'[ab]\d+$', '', release)
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme_path = [mdn_theme.get_theme_dir()]
html_theme = 'mdn'
# TODO MDN theme is busted (bug 987332)
#html_theme_path = [mdn_theme.get_theme_dir()]
#html_theme = 'mdn'
html_static_path = ['_static']
htmlhelp_basename = 'MozillaTreeDocs'