Merge pull request #1306 from willingc/rtd-render

Remove custom.css added in #1266
Closes #1305
This commit is contained in:
Carol Willing 2016-04-05 20:04:13 -07:00
commit 67f57ae4aa
2 changed files with 0 additions and 14 deletions

View File

@ -1,10 +0,0 @@
/* 24px margin from readthedocs theme */
div.nbinput.nblast,
div.nboutput.nblast {
margin-bottom: 19px; /* padding has already 5px */
}
/* ... except between code cells! */
div.nblast + div.nbinput {
margin-top: -19px;
}

View File

@ -186,10 +186,6 @@ html_theme = 'sphinx_rtd_theme'
# since it is needed to properly generate _static in the build directory
html_static_path = ['_static']
html_context = {
'css_files': ['_static/custom.css'],
}
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.