From 3b3e796cdfec293f3391070a141d28ccace9ac8f Mon Sep 17 00:00:00 2001 From: geo-martino Date: Fri, 12 Jul 2024 18:20:38 -0400 Subject: [PATCH] update docs style + add docs external links plugin --- docs/_static/style.css | 2 +- docs/conf.py | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index bfdf0637..c91d2509 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -1,3 +1,3 @@ .wy-nav-content { - max-width: 80% !important; + max-width: 85% !important; } diff --git a/docs/conf.py b/docs/conf.py index b49359fa..c78af315 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,7 @@ "sphinx_autodoc_typehints", "autodocsumm", "sphinxext.opengraph", + "sphinx_new_tab_link", ] # noinspection SpellCheckingInspection autodoc_member_order = "bysource" diff --git a/pyproject.toml b/pyproject.toml index 4a5f02da..85c3794a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ docs = [ "autodocsumm~=0.2", "sphinxext-opengraph~=0.9", "matplotlib~=3.9", + "sphinx-new-tab-link~=0.5", ] dev = [ "musify[test,docs]",