Skip to content

Commit

Permalink
Bump DocumenterCitations
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 27, 2023
1 parent 31cb807 commit a65309d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/OscarTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cache-name: 'oscartest-${{ matrix.julia-version }}-${{ matrix.os }}-${{ matrix.julia-arch }}'

- name: "Dev Oscar.jl master"
shell: julia --color=yes --project=. {0}
shell: julia --project=. --color=yes {0}
run: |
using Pkg
Pkg.add(url="https://github.com/lgoettgens/Oscar.jl", rev="master-pbwdeformations")
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"

[compat]
DocumenterCitations = "1.0.0"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DocMeta.setdocmeta!(
recursive = true,
)

bib = CitationBibliography("docs/references.bib", sorting = :nyt)
bib = CitationBibliography(joinpath(@__DIR__, "references.bib"); style=:alpha)

makedocs(
bib,
Expand Down

0 comments on commit a65309d

Please sign in to comment.