Skip to content

Commit

Permalink
add backend imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Jul 18, 2024
1 parent c76ac0e commit 130e388
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@ DemoCards = "311a05b2-6137-4a5a-b473-18580a3d38b5"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FreeType = "b38be410-82b0-50bf-ab77-7b57e271db43"
Gaston = "4b11ee91-296f-5714-9832-002c20994614"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
PlotThemes = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a"
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
PlotlyKaleido = "f2990250-8cf9-495f-b13a-cce12b45703c"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PlotsBase = "c52230a3-c5da-43a3-9e85-260fcdfdc737"
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecipesPipeline = "01d81517-befc-4cb6-b9ec-a95719d0359c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ using MacroTools: rmlines
using PlotThemes, Plots, RecipesBase, RecipesPipeline
using Documenter, DemoCards, Literate, StableRNGs, Glob
using JSON

import PythonPlot
import PGFPlotsX
import PlotlyJS
import Gaston
import UnicodePlots
# import StatsPlots

const SRC_DIR = joinpath(@__DIR__, "src")
Expand Down Expand Up @@ -740,6 +744,7 @@ function main()
@time makedocs(;
source = work,
format = Documenter.HTML(;
size_threshold = nothing,
prettyurls = get(ENV, "CI", nothing) == "true",
assets = ["assets/favicon.ico", gallery_assets...],
collapselevel = 2,
Expand Down

0 comments on commit 130e388

Please sign in to comment.