Skip to content

Commit

Permalink
Docs: added resource flag to bibtool command
Browse files Browse the repository at this point in the history
  • Loading branch information
YueRen committed Jan 13, 2025
1 parent a60b0d8 commit 2f823f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/DeveloperDocumentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ existing entries. An easy way to do that is to add your new BibTeX entry,
then run [bibtool](http://www.gerd-neugebauer.de/software/TeX/BibTool/en/)
by invoking it as follows from the root directory of the Oscar.jl repository:

bibtool docs/oscar_references.bib -o docs/oscar_references.bib
bibtool -r .bibtoolsrc docs/oscar_references.bib -o docs/oscar_references.bib

For every pull request on github, the CI checks if running `bibtool` leads to
changes in the bibliography. If so, this test fails and indicates that the
Expand Down

0 comments on commit 2f823f3

Please sign in to comment.