Skip to content

Commit f6f6522

Browse files
authored
Merge pull request #152 from lsst-sqre/tickets/DM-38168-0.7
DM-38168: Pin pydata-sphinx-theme < 0.13 (0.7 backport)
2 parents afce7e1 + aec91a2 commit f6f6522

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.7.2 (2023-03-01)
4+
5+
Fixes:
6+
7+
- Temporarily pin pydata-sphinx-theme to <0.13. The new version changed how it treats light/dark logos.
8+
39
## 0.7.1 (2023-02-23)
410

511
Fixes:

docs/guides/toml-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ base\_url
3333

3434
|optional| |py-auto|
3535

36-
The root URL of the documentation project, used to set the `canonical URL link rel <https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel#attr-canonical>`__, which is valuable for search engines.
36+
The root URL of the documentation project, used to set the `canonical URL link rel <https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel>`__, which is valuable for search engines.
3737

3838
.. code-block:: toml
3939

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dev = [
6363
guide = [
6464
# Theme and extensions for Rubin user guide projects
6565
"sphinx_design",
66-
"pydata-sphinx-theme>=0.10.0",
66+
"pydata-sphinx-theme>=0.10.0,<0.13.0",
6767
"sphinx-autodoc-typehints",
6868
"sphinx-automodapi",
6969
"sphinx-copybutton",

0 commit comments

Comments
 (0)