Skip to content

Commit beb4459

Browse files
committed
use cinder as theme
1 parent e39d1d1 commit beb4459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Documenter, GPUArrays
33
makedocs()
44

55
deploydocs(
6-
deps = Deps.pip("mkdocs", "python-markdown-math"),
6+
deps = Deps.pip("mkdocs", "python-markdown-math", "mkdocs-cinder"),
77
repo = "github.com/JuliaGPU/GPUArrays.jl.git",
88
julia = "0.6",
99
osname = "linux"

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_url: https://github.com/JuliaGPU/GPUArrays.jl
33
site_description: Abstract GPU Array implementation
44
site_author: JuliaGPU
55

6-
theme: readthedocs
6+
theme: cinder
77

88
extra_css:
99
- assets/Documenter.css

0 commit comments

Comments
 (0)