File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Overview
2
2
3
3
[ ![ build status] ( https://img.shields.io/github/actions/workflow/status/threeal/cpp/build.yml?branch=main )] ( https://github.com/threeal/cpp/actions/workflows/build.yml )
4
+ [ ![ deploy status] ( https://img.shields.io/github/actions/workflow/status/threeal/cpp/deploy.yaml?branch=main&label=deploy )] ( https://github.com/threeal/cpp/actions/workflows/deploy.yaml )
4
5
5
6
A comprehensive collection of [ C++] ( https://isocpp.org/ ) utility packages.
6
7
Original file line number Diff line number Diff line change 12
12
breathe_projects = {"error" : "../error/build/docs" }
13
13
breathe_default_project = "error"
14
14
15
- html_theme = 'sphinx_rtd_theme '
15
+ html_theme = 'furo '
16
16
html_static_path = ['_static' ]
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ License
21
21
-------
22
22
23
23
.. image :: https://opensource.org/wp-content/uploads/2022/10/osi-badge-dark.svg
24
+ :class: only-light
25
+ :width: 150
26
+ :align: right
27
+ :target: https://opensource.org/licenses
28
+
29
+ .. image :: https://opensource.org/wp-content/uploads/2022/10/osi-badge-light.svg
30
+ :class: only-dark
24
31
:width: 150
25
32
:align: right
26
33
:target: https://opensource.org/licenses
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ License
17
17
-------
18
18
19
19
.. image :: https://opensource.org/wp-content/uploads/2022/10/osi-badge-dark.svg
20
+ :class: only-light
21
+ :width: 150
22
+ :align: right
23
+ :target: https://opensource.org/licenses
24
+
25
+ .. image :: https://opensource.org/wp-content/uploads/2022/10/osi-badge-light.svg
26
+ :class: only-dark
20
27
:width: 150
21
28
:align: right
22
29
:target: https://opensource.org/licenses
Original file line number Diff line number Diff line change 1
1
breathe
2
+ furo
2
3
sphinx
3
- sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments