@@ -5,20 +5,14 @@ include("customdocs.jl")
55makedocs (
66 sitename = " PythonCall & JuliaCall" ,
77 modules = [PythonCall],
8- format = Documenter. HTML (
9- assets = [" assets/favicon.ico" ],
10- ),
8+ format = Documenter. HTML (assets = [" assets/favicon.ico" ]),
119 warnonly = [:missing_docs ], # avoid raising error when docs are missing
1210 pages = [
1311 " Home" => " index.md" ,
14- " The Julia module PythonCall" => [
15- " Guide" => " pythoncall.md" ,
16- " Reference" => " pythoncall-reference.md" ,
17- ],
18- " The Python module JuliaCall" => [
19- " Guide" => " juliacall.md" ,
20- " Reference" => " juliacall-reference.md" ,
21- ],
12+ " The Julia module PythonCall" =>
13+ [" Guide" => " pythoncall.md" , " Reference" => " pythoncall-reference.md" ],
14+ " The Python module JuliaCall" =>
15+ [" Guide" => " juliacall.md" , " Reference" => " juliacall-reference.md" ],
2216 " Conversion" => [
2317 " Julia to Python" => " conversion-to-python.md" ,
2418 " Python to Julia" => " conversion-to-julia.md" ,
@@ -27,10 +21,7 @@ makedocs(
2721 " faq.md" ,
2822 " pycall.md" ,
2923 " releasenotes.md" ,
30- ]
24+ ],
3125)
3226
33- deploydocs (
34- repo = raw " github.com/JuliaPy/PythonCall.jl.git" ,
35- push_preview = true
36- )
27+ deploydocs (repo = raw " github.com/JuliaPy/PythonCall.jl.git" , push_preview = true )
0 commit comments