Resolve merge conflict

pull/2/head
Vinayak Mehta 2018-09-11 18:51:47 +05:30
commit 240ffc34ba
2 changed files with 8 additions and 2 deletions

View File

@ -31,5 +31,4 @@ Lower-Lower-Level Classes
.. autoclass:: camelot.core.Table
:inherited-members:
.. autoclass:: camelot.core.Cell
:inherited-members:
.. autoclass:: camelot.core.Cell

View File

@ -189,10 +189,17 @@ html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
<<<<<<< HEAD
'index': ['sidebarintro.html', 'relations.html', 'sourcelink.html',
'searchbox.html', 'hacks.html'],
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
'sourcelink.html', 'searchbox.html', 'hacks.html']
=======
'index': ['sidebarlogo.html', 'relations.html', 'sourcelink.html',
'searchbox.html'],
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
'sourcelink.html', 'searchbox.html']
>>>>>>> f72e83a1b3e292a7156e7ad5a51b738760c3608c
}
# Additional templates that should be rendered to pages, maps page names to