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{