From f9179749ac37709134762e4e395704e541c0e643 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Thu, 12 Sep 2024 16:10:47 -0400 Subject: [PATCH] Added quick note --- docs/source/_static/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index d8142db8..ad5f8972 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -64,7 +64,10 @@ html[data-theme="light"] table.data tbody tr:nth-child(even) { width: 100px; } -/* Style for the latest version button */ +/* +Style for the "latest version" button +Comes from https://github.com/executablebooks/sphinx-design/blob/main/style/_button.scss + */ .version-button { background-color: transparent; border: 1px solid;