Skip to content

Commit bfc7457

Browse files
authored
chore: merge pull request #37 from threeal/docs-use-furo-theme
Update Documentation Theme to Furo
2 parents bcdd619 + 31c2ed2 commit bfc7457

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Overview
22

33
[![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)
45

56
A comprehensive collection of [C++](https://isocpp.org/) utility packages.
67

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
breathe_projects = {"error": "../error/build/docs"}
1313
breathe_default_project = "error"
1414

15-
html_theme = 'sphinx_rtd_theme'
15+
html_theme = 'furo'
1616
html_static_path = ['_static']

docs/error/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ License
2121
-------
2222

2323
.. 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
2431
:width: 150
2532
:align: right
2633
:target: https://opensource.org/licenses

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ License
1717
-------
1818

1919
.. 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
2027
:width: 150
2128
:align: right
2229
:target: https://opensource.org/licenses

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
breathe
2+
furo
23
sphinx
3-
sphinx-rtd-theme

0 commit comments

Comments
 (0)