Skip to content

Commit

Permalink
Merge pull request #702 from ru-fu/LXD-298-distrobuilder-docs
Browse files Browse the repository at this point in the history
Small doc fixes
  • Loading branch information
stgraber authored Feb 22, 2023
2 parents 77f61d6 + 7143787 commit a904d5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .sphinx/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@ ol.arabic ol.arabic {
details summary {
color: var(--color-link);
}

/** Hide the line above the search (looks strange without the
version switcher) **/
.sidebar-search {
border-top: 0
}
2 changes: 1 addition & 1 deletion .sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

html_sidebars = {
"**": [
"sidebar/variant-selector.html",
# "sidebar/variant-selector.html",
"sidebar/search.html",
"sidebar/scroll-start.html",
"sidebar/navigation.html",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use "distrobuilder [command] --help" for more information about a command.
<!-- Include start installing -->
## Installing from package

`distrobuilder` is available from the Snap Store.
`distrobuilder` is available from the [Snap Store](https://snapcraft.io/distrobuilder).

```
sudo snap install distrobuilder --classic
Expand Down

0 comments on commit a904d5b

Please sign in to comment.