Skip to content

Commit 132df35

Browse files
committed
All line break after the table
1 parent f551c5a commit 132df35

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ MKDOCS_INDEX := site/index.html
157157
docs: mkdocs uml ## Generate documentation and UML
158158
ifndef CI
159159
@ eval "sleep 3; bin/open http://127.0.0.1:8000" &
160-
poetry run mkdocs serve
160+
poetry run mkdocs serve --watch gitman
161161
endif
162162

163163
.PHONY: mkdocs

docs/setup/configuration.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ The `gitman.yml` configuration file controls which repositories are cloned.
55
## Sources
66

77
::: gitman.models.Source
8-
selection:
9-
members:
10-
-
11-
rendering:
12-
show_source: false
13-
heading_level: 0

gitman/models/source.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class Source:
3232
| `scripts` | Shell commands to run after checkout | No | `[]` |
3333
| `patches` | patches to be applied after checkout | No | `[]` |
3434
35+
<br>
36+
3537
### Params
3638
3739
Params are passed directly to the `clone` command to modify behavior such as:

0 commit comments

Comments
 (0)