From d3f9f2a42cf03130b7d07e146069ecd8810c0657 Mon Sep 17 00:00:00 2001 From: Nicola Vitucci Date: Thu, 23 Jan 2025 16:02:47 +0000 Subject: [PATCH] Fix link style and TOC caption --- docs/source/index.rst | 1 - docs/source/themes/sphinx_neo4j/static/css/neo4j.css | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 34528bcc..06d83e9a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,7 +12,6 @@ This is the documentation for the `neo4j_viz` Python library by Neo4j for creati .. toctree:: :glob: :maxdepth: 1 - :caption: Contents: installation.rst getting-started.rst diff --git a/docs/source/themes/sphinx_neo4j/static/css/neo4j.css b/docs/source/themes/sphinx_neo4j/static/css/neo4j.css index 31e91e4e..f580e7fb 100644 --- a/docs/source/themes/sphinx_neo4j/static/css/neo4j.css +++ b/docs/source/themes/sphinx_neo4j/static/css/neo4j.css @@ -195,6 +195,12 @@ div.code-block-caption:hover > a.headerlink { padding: 0.25rem 0; } +/* links */ +.doc span { + margin: 0; + padding: 0; +} + /* lists */ body.sphinx .doc ul li{