mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Merge pull request #1306 from willingc/rtd-render
Remove custom.css added in #1266 Closes #1305
This commit is contained in:
commit
67f57ae4aa
@ -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;
|
||||
}
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user