Skip to content

Commit

Permalink
Switch to furo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Apr 11, 2024
1 parent a9fed84 commit 2f2c2e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ positional arguments:
An optional command to exec.

optional arguments:

-h, --help show this help message and exit
-t SECONDS, --timeout SECONDS
Time to wait for services to be ready. Default: 60.0
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"issue": ("https://github.com/ionelmc/python-holdup/issues/%s", "#%s"),
"pr": ("https://github.com/ionelmc/python-holdup/pull/%s", "PR #%s"),
}
html_theme = "furo"

html_theme_options = {
"githuburl": "https://github.com/ionelmc/python-holdup/",
Expand All @@ -31,9 +32,6 @@
html_use_smartypants = True
html_last_updated_fmt = "%b %d, %Y"
html_split_index = False
html_sidebars = {
"**": ["searchbox.html", "globaltoc.html", "sourcelink.html"],
}
html_short_title = f"{project}-{version}"

napoleon_use_ivar = True
Expand Down

0 comments on commit 2f2c2e7

Please sign in to comment.