Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Maciel Xavier committed Sep 25, 2024
1 parent 11c7bda commit 49f407d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ QUBODrivers = "a3f166f7-2cd3-47b6-9e1e-6fbfe0449eb0"
QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319"

[compat]
Documenter = "1"
JuMP = "1"
Documenter = "1"
JuMP = "1"
MathOptInterface = "1"
Plots = "1.38"
QUBOTools = "0.9"
Plots = "1.38"
QUBOTools = "0.10"
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ makedocs(;
sidebar_sitename = false,
),
sitename = "QUBODrivers.jl",
authors = "Pedro Xavier and Pedro Ripper and Tiago Andrade and Joaquim Garcia and David Bernal",
pages = [
authors = "Pedro Maciel Xavier and Pedro Ripper and Tiago Andrade and Joaquim Garcia and David E. Bernal Neira",
pages = [
"Home" => "index.md",
"Manual" => [
"Introduction" => "manual/1-intro.md",
Expand All @@ -38,5 +38,5 @@ makedocs(;
if "--skip-deploy" ARGS
@warn "Skipping deployment"
else
deploydocs(; repo = raw"github.com/psrenergy/QUBODrivers.jl.git", push_preview = true)
end
deploydocs(; repo = raw"github.com/JuliaQUBO/QUBODrivers.jl.git", push_preview = true)
end

0 comments on commit 49f407d

Please sign in to comment.