Skip to content

Commit

Permalink
Update TeX engine
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Sep 13, 2022
1 parent 4c69c42 commit 8d2e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ makedocs(;
clean = true,
format = Documenter.HTML(
assets = ["assets/extra_styles.css", "assets/favicon.ico"],
mathengine = Documenter.MathJax2(),
mathengine = Documenter.KaTeX(),
sidebar_sitename = false,
),
sitename = "QUBOTools.jl",
Expand Down

2 comments on commit 8d2e44d

@pedromxavier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/68216

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 8d2e44d532411b7c0868b71e382794a568ba9f55
git push origin v0.3.1

Please sign in to comment.