Skip to content

Commit

Permalink
Fix the syntax for command line options to suppress_warnings (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Nov 30, 2024
1 parent 0978ddb commit 80b1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/documentation/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ make SPHINXOPTS="OPTION VALUE" BUILDER
The following example shows how to clean then build a live HTML preview of the documentation while suppressing syntax highlighting failures.

```shell
make SPHINXOPTS="-D suppress_warnings=['misc.highlighting_failure']" clean livehtml
make SPHINXOPTS="-D suppress_warnings='misc.highlighting_failure'" clean livehtml
```


Expand Down

0 comments on commit 80b1ae7

Please sign in to comment.