Skip to content

Commit

Permalink
1.8 to 1.9 cherry picks (#1580)
Browse files Browse the repository at this point in the history
* Update whats_new.rst for 1.8.18 release. (#1568)

* Update whats_new.rst for 1.8.18 release.

* Update PR number

* Add missing PR.

* Merge pull request #1579 from opendatacube/fix_dark_theme

Fix dark theme rtd styling

* update whats_new

---------

Co-authored-by: Paul Haesler <linkjuggler@gmail.com>
Co-authored-by: Ariana Barzinpour <ariana.barzinpour@ga.gov.au>
  • Loading branch information
3 people committed Apr 18, 2024
1 parent c0e4b89 commit 773bf08
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/_static/custom.css
Expand Up @@ -105,6 +105,10 @@
padding: 40px;
}

.bd-container {
padding-top: var(--pst-header-height);
}

.section p {
line-height: 1.8rem;
}
Expand Down Expand Up @@ -185,3 +189,24 @@ dt:target, span.highlighted {
max-width: 100%;
font-size: 0.9rem;
}

html[data-theme="dark"] {
--pst-color-text-base: var(--pst-color-text-muted);
--pst-color-sidebar-link-active: var(--pst-color-link);
}

html[data-theme="dark"] .container-xl {
background-color: #3B3B3B;
}

html[data-theme="dark"] .editthispage a {
color: var(--pst-color-link);
}

html[data-theme="dark"] .bd-sidebar {
border-right: 3px solid #ffffff1a;
}

html[data-theme="dark"] .navbar-light>.container-xl {
background-color: var(--pst-color-surface);
}
4 changes: 4 additions & 0 deletions docs/about/whats_new.rst
Expand Up @@ -9,6 +9,7 @@ v1.9.next
=========

- Fix typos in docs (:pull:`1577`)
- Merge in 1.8.x branch changes. (:pull:`1568`, :pull:`1579`)

v1.9.0-rc4 (15th April 2024)
============================
Expand Down Expand Up @@ -66,8 +67,11 @@ v1.9.0-rc1 (27th March 2024)
v1.8.next
=========

- Update readthedocs stylesheet for dark theme (:pull:`1579`)

v1.8.18 (27th March 2024)
=========================

- Add dataset cli tool ``find-duplicates`` to identify duplicate indexed datasets (:pull:`1517`)
- Make solar_day() timezone aware (:pull:`1521`)
- Warn if non-eo3 dataset has eo3 metadata type (:pull:`1523`)
Expand Down
1 change: 1 addition & 0 deletions wordlist.txt
Expand Up @@ -441,6 +441,7 @@ stacker
stacspec
stdlib
str
stylesheet
subcommands
sudo
sv
Expand Down

0 comments on commit 773bf08

Please sign in to comment.