Skip to content

Commit d300379

Browse files
committed
rework docs build
1 parent e42dc04 commit d300379

File tree

4 files changed

+117
-18
lines changed

4 files changed

+117
-18
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
docs/build/
88
docs/site/
99

10-
docs/Manifest.toml
11-
1210
*.ipynb_checkpoints
1311
**/*.ipynb_checkpoints
1412
**/**/*.ipynb_checkpoints

docs/Manifest.toml

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Base64]]
4+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5+
6+
[[Compat]]
7+
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
8+
git-tree-sha1 = "84aa74986c5b9b898b0d1acaf3258741ee64754f"
9+
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
10+
version = "2.1.0"
11+
12+
[[Dates]]
13+
deps = ["Printf"]
14+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
15+
16+
[[DelimitedFiles]]
17+
deps = ["Mmap"]
18+
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
19+
20+
[[Distributed]]
21+
deps = ["Random", "Serialization", "Sockets"]
22+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
23+
24+
[[DocStringExtensions]]
25+
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
26+
git-tree-sha1 = "4d30e889c9f106a51ffa4791a88ffd4765bf20c3"
27+
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
28+
version = "0.7.0"
29+
30+
[[Documenter]]
31+
deps = ["Compat", "DocStringExtensions", "Logging", "REPL"]
32+
git-tree-sha1 = "d7b6266f1f87a8c85ce4c1f9c0e9ba3b7831ce1d"
33+
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34+
version = "0.19.7"
35+
36+
[[InteractiveUtils]]
37+
deps = ["Markdown"]
38+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
39+
40+
[[LibGit2]]
41+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
42+
43+
[[Libdl]]
44+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
45+
46+
[[LinearAlgebra]]
47+
deps = ["Libdl"]
48+
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
49+
50+
[[Logging]]
51+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
52+
53+
[[MacroTools]]
54+
deps = ["Compat"]
55+
path = ".."
56+
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
57+
version = "0.4.5+"
58+
59+
[[Markdown]]
60+
deps = ["Base64"]
61+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
62+
63+
[[Mmap]]
64+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
65+
66+
[[Pkg]]
67+
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
68+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
69+
70+
[[Printf]]
71+
deps = ["Unicode"]
72+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
73+
74+
[[REPL]]
75+
deps = ["InteractiveUtils", "Markdown", "Sockets"]
76+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
77+
78+
[[Random]]
79+
deps = ["Serialization"]
80+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
81+
82+
[[SHA]]
83+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
84+
85+
[[Serialization]]
86+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
87+
88+
[[SharedArrays]]
89+
deps = ["Distributed", "Mmap", "Random", "Serialization"]
90+
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
91+
92+
[[Sockets]]
93+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
94+
95+
[[SparseArrays]]
96+
deps = ["LinearAlgebra", "Random"]
97+
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
98+
99+
[[Statistics]]
100+
deps = ["LinearAlgebra", "SparseArrays"]
101+
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
102+
103+
[[Test]]
104+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
105+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
106+
107+
[[UUIDs]]
108+
deps = ["Random", "SHA"]
109+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
110+
111+
[[Unicode]]
112+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

docs/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
4-
5-
[compat]
6-
Documenter = "~0.19"

docs/make.jl

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
using Documenter, MacroTools
22

33
makedocs(
4-
modules = [MacroTools],
5-
format = :html,
64
sitename = "MacroTools",
7-
pages = Any[
8-
"Introduction to MacroTools" => "index.md"
9-
],
10-
# Use clean URLs, unless built as a "local" build
11-
html_prettyurls = !("local" in ARGS),
12-
# html_canonical = "https://juliadocs.github.io/Documenter.jl/latest/",
13-
)
5+
pages = [
6+
"Home" => "index.md"],
7+
format=:html)
148

159
deploydocs(
16-
repo = "MikeInnes/MacroTools.jl.git",
17-
target = "build",
18-
julia = "1.0",
19-
)
10+
repo = "github.com/MikeInnes/MacroTools.jl.git",
11+
julia="1.0")

0 commit comments

Comments
 (0)