Skip to content

Commit

Permalink
chore: ignore reuse folder for sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Nov 8, 2024
1 parent 404a017 commit 1bd4d4f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
custom_excludes = [
'doc-cheat-sheet*',
'.tox',
"reuse/*",
]

# Add CSS files (located in .sphinx/_static/)
Expand Down
2 changes: 1 addition & 1 deletion docs/explanation/service-start-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ When multiple services need to be started together, they're started in order acc

The `before` option is a list of services that this service must start before (it may or may not `requires` them, see [Service dependencies](./service-dependencies.md)). Or if it's easier to specify this ordering the other way around, `after` is a list of services that this service must start after.

```{include} /reuse/service-start-order.txt
```{include} /reuse/service-start-order.md
:start-after: Start: Service start order note
:end-before: End: Service start order note
```
4 changes: 2 additions & 2 deletions docs/how-to/install-pebble.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install the latest version of Pebble, you can choose any of the following met

To install the binary for the latest version of Pebble:

```{include} /reuse/install.txt
```{include} /reuse/install.md
:start-after: Start: Install Pebble binary
:end-before: End: Install Pebble binary
```
Expand All @@ -27,7 +27,7 @@ Alternatively, you can install the latest version of Pebble from source:

## Verify the Pebble installation

```{include} /reuse/verify.txt
```{include} /reuse/verify.md
:start-after: Start: Verify the Pebble installation
:end-before: End: Verify the Pebble installation
```
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/service-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ In the updated layer above, the `frontend` service requires the `backend`
service to be started before it, and the `backend` service requires the
`database` service to be started before it.

```{include} /reuse/service-start-order.txt
```{include} /reuse/service-start-order.md
:start-after: Start: Service start order note
:end-before: End: Service start order note
```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ After this tutorial, you will have a basic understanding of what Pebble is and h

The easiest way to install the latest Pebble release is by downloading the binary. If you prefer a different installation method, see {ref}`how_to_install_pebble`.

```{include} /reuse/install.txt
```{include} /reuse/install.md
:start-after: Start: Install Pebble binary
:end-before: End: Install Pebble binary
```

## Verify the Pebble installation

```{include} /reuse/verify.txt
```{include} /reuse/verify.md
:start-after: Start: Verify the Pebble installation
:end-before: End: Verify the Pebble installation
```
Expand Down

0 comments on commit 1bd4d4f

Please sign in to comment.