Skip to content

Commit

Permalink
update docs style + add docs external links plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jul 12, 2024
1 parent 95d4b4f commit 3b3e796
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.wy-nav-content {
max-width: 80% !important;
max-width: 85% !important;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"sphinx_autodoc_typehints",
"autodocsumm",
"sphinxext.opengraph",
"sphinx_new_tab_link",
]
# noinspection SpellCheckingInspection
autodoc_member_order = "bysource"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 3b3e796

Please sign in to comment.