Skip to content

Commit 2f2c2e7

Browse files
committed
Switch to furo.
1 parent a9fed84 commit 2f2c2e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ positional arguments:
9999
An optional command to exec.
100100

101101
optional arguments:
102-
103102
-h, --help show this help message and exit
104103
-t SECONDS, --timeout SECONDS
105104
Time to wait for services to be ready. Default: 60.0

docs/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"issue": ("https://github.com/ionelmc/python-holdup/issues/%s", "#%s"),
2424
"pr": ("https://github.com/ionelmc/python-holdup/pull/%s", "PR #%s"),
2525
}
26+
html_theme = "furo"
2627

2728
html_theme_options = {
2829
"githuburl": "https://github.com/ionelmc/python-holdup/",
@@ -31,9 +32,6 @@
3132
html_use_smartypants = True
3233
html_last_updated_fmt = "%b %d, %Y"
3334
html_split_index = False
34-
html_sidebars = {
35-
"**": ["searchbox.html", "globaltoc.html", "sourcelink.html"],
36-
}
3735
html_short_title = f"{project}-{version}"
3836

3937
napoleon_use_ivar = True

0 commit comments

Comments
 (0)