diff --git a/docs/_static/logo.png b/docs/_static/logo.png new file mode 100644 index 0000000..c0bab1c Binary files /dev/null and b/docs/_static/logo.png differ diff --git a/docs/_static/style.css b/docs/_static/style.css index 02e3d32..1cbd882 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -43,4 +43,8 @@ table.dataframe tr:nth-child(even) { blockquote { border-left: 5px solid #eeeeee; padding: 10px 20px; +} + +div.sphinxsidebarwrapper p.logo { + margin-bottom: 30px; } \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 9df4815..1a03940 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,6 +93,7 @@ # documentation. # html_theme_options = { + 'logo': 'logo.png', 'page_width': '1380px', 'sidebar_width': '220px', 'github_user': 'usc-isi-i2', diff --git a/docs/index.rst b/docs/index.rst index 3010812..6eeaf14 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,9 +3,6 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -RLTK: Record Linkage ToolKit -============================ - .. include:: ./../README.rst :start-after: begin-intro :end-before: end-intro