Skip to content

Commit e351db3

Browse files
committed
update Sphinx version
1 parent f4df8a3 commit e351db3

File tree

3 files changed

+65
-20
lines changed

3 files changed

+65
-20
lines changed
Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,56 @@
1-
.bd-sidebar {
2-
display: none;
1+
html:root {
2+
--sd-color-primary: #2750ff;
3+
--pst-color-primary: var(--sd-color-primary);
4+
--pst-color-link-hover: var(--sd-color-primary);
5+
--pst-color-secondary: var(--sd-color-primary);
6+
--sd-color-secondary: #6c757d;
7+
--sd-color-success: #28a745;
8+
--sd-color-info: #2750ff;
9+
--sd-color-warning: #e3781a;
10+
--sd-color-danger: #dc3545;
11+
--sd-color-light: #f8f9fa;
12+
--sd-color-muted: #6c757d;
13+
--sd-color-dark: #212529;
14+
--sd-color-primary-highlight: var(--sd-color-primary);
15+
--sd-color-secondary-highlight: #5c636a;
16+
--sd-color-success-highlight: #228e3b;
17+
--sd-color-info-highlight: var(--sd-color-primary);
18+
--sd-color-warning-highlight: #cc986b;
19+
--sd-color-danger-highlight: #bb2d3b;
20+
--sd-color-light-highlight: #d3d4d5;
21+
--sd-color-muted-highlight: #5c636a;
22+
--sd-color-dark-highlight: #1c1f23;
23+
--sd-color-primary-text: #fff;
24+
--sd-color-secondary-text: #fff;
25+
--sd-color-success-text: #fff;
26+
--sd-color-info-text: #fff;
27+
--sd-color-warning-text: #fff;
28+
--sd-color-danger-text: #fff;
29+
--sd-color-light-text: #212529;
30+
--sd-color-muted-text: #fff;
31+
--sd-color-dark-text: #fff;
32+
--pst-color-accent: var(--sd-color-primary);
33+
--pst-color-secondary-highlight: var(--sd-color-primary);
34+
--pst-color-table-row-hover-bg: #d8dfff;
35+
--bs-dropdown-min-width: 8rem;
336
}
437

5-
.header-article {
6-
height: 0;
7-
background-color: transparent;
38+
.bd-sidebar,
39+
.header-article-items__start,
40+
.theme-switch-button,
41+
.search-button,
42+
.footer-content{
43+
display: none !important;
844
}
945

10-
.footer-content {
11-
display: none;
46+
.bd-header-article,
47+
.article-header-buttons,
48+
.article-header-buttons .dropdown{
49+
height: 100%;
50+
align-items: center;
51+
}
52+
53+
.bd-header-article {
54+
position: relative;
55+
box-shadow: none !important;
1256
}

cli/marketplace/conf.template

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,19 @@ html_css_files = ["css/custom.css"]
8888

8989
html_theme_options = {
9090
"repository_url": "{{repository_url}}",
91-
"use_repository_button": True,
92-
"use_issues_button": True,
93-
"use_edit_page_button": True,
9491
"use_repository_button": False,
9592
"use_issues_button": False,
9693
"use_edit_page_button": False,
9794
"path_to_docs": "docs",
9895
"repository_branch": "{{repository_branch}}",
99-
"single_page": True,
96+
"home_page_in_toc": False,
10097
"navigation_with_keys": False,
101-
"use_download_button": False,
10298
"use_fullscreen_button": False,
99+
"show_navbar_depth": 1,
100+
"theme_dev_mode": False,
101+
"launch_buttons": {},
102+
"default_mode": "light",
103+
"switcher": False,
103104
}
104105

105106
html_title = "{{html_title}}"

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ pipenv
66
myst_nb
77
black~=22.0
88
isort~=5.7
9-
sphinx==4.0.2
10-
sphinx-book-theme==0.3.3
11-
sphinx-togglebutton==0.3.1
12-
sphinxcontrib-applehelp<=1.0.7
13-
sphinxcontrib.devhelp<=1.0.5
14-
sphinxcontrib-htmlhelp<=2.0.4
15-
sphinxcontrib-serializinghtml<=1.1.9
16-
sphinxcontrib-qthelp<=1.0.6
9+
sphinx==7.2.6
10+
sphinx-book-theme==1.1.2
11+
sphinx-togglebutton==0.3.2
12+
sphinxcontrib-applehelp==1.0.8
13+
sphinxcontrib-devhelp==1.0.6
14+
sphinxcontrib-htmlhelp==2.0.6
15+
sphinxcontrib-serializinghtml==1.1.10
16+
sphinxcontrib-qthelp==1.0.7

0 commit comments

Comments
 (0)