Skip to content

Commit

Permalink
Misc. fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Aug 12, 2018
1 parent 4eb36f4 commit c49210e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.DS_Store

./stdlib
/stdlib/*

doc/src/base
doc/src/devdocs
Expand Down
8 changes: 4 additions & 4 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ const PAGES = [
"base/stacktraces.md",
"base/simd-types.md",
],
"Standard Library" =>
[stdlib.targetfile for stdlib in STDLIB_DOCS],
# "Standard Library" =>
# [stdlib.targetfile for stdlib in STDLIB_DOCS],
"Developer Documentation" => [
"devdocs/reflection.md",
"Documentation of Julia's Internals" => [
Expand Down Expand Up @@ -129,7 +129,7 @@ end

# make documents
makedocs(
modules = [Base, Core, [Base.root_module(Base, stdlib.stdlib) for stdlib in STDLIB_DOCS]...],
modules = [Base, Core],
clean = false,
doctest = false,
linkcheck = "linkcheck=true" in ARGS,
Expand All @@ -147,7 +147,7 @@ makedocs(
deploydocs(
repo = "github.com/JuliaCN/JuliaZH.jl.git",
target = "build",
julia = "0.7",
julia = "1.0",
deps = nothing,
make = nothing,
)

0 comments on commit c49210e

Please sign in to comment.