Skip to content

Commit

Permalink
Support passing the --color option (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle authored Jan 30, 2024
1 parent 82d9009 commit 422fe9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ optional arguments:

sphinx's arguments:
The following arguments are forwarded as-is to Sphinx. Please look at `sphinx --help` for more information.
-b=builder, -a, -E, -d=path, -j=N, -c=path, -C, -D=setting=value, -t=tag, -A=name=value, -n, -v, -q, -Q, -w=file, -W, -T, -N, -P
-b=builder, -a, -E, -d=path, -j=N, -c=path, -C, -D=setting=value, -t=tag, -A=name=value, -n, -v, -q, -Q, -w=file, -W, -T, -N, -P, --keep-going, --color
```

### Using with Makefile
Expand Down
1 change: 1 addition & 0 deletions src/sphinx_autobuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
("A", "name=value"),
("n", None),
("N", None),
("-color", None),
("v", None),
("q", None),
("Q", None),
Expand Down

0 comments on commit 422fe9c

Please sign in to comment.