Skip to content

Commit

Permalink
fix typo in the sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Apr 14, 2024
1 parent 799a904 commit 6085666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
"color-problematic": "#BF5844",
"color-background-secondary": "#F8F8F8",
"color-admonition-title--note": "#008080",
"color-admonition-title-background---note": "#00808033",
"color-admonition-title-background--note": "#00808033",
},
"dark_css_variables": {
"color-brand-primary": "#6FD8D1",
"color-brand-content": "#6FD8D1",
"color-problematic": "#FA9F50",
"color-background-secondary": "#202020",
"color-admonition-title--note": "#6FD8D1",
"color-admonition-title-background---note": "#6FD8D133",
"color-admonition-title-background--note": "#6FD8D133",
},
}
# get versions
Expand Down

0 comments on commit 6085666

Please sign in to comment.