mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-12 23:33:16 +00:00
10 lines
215 B
Python
10 lines
215 B
Python
import juliadoc
|
|
import os
|
|
|
|
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
|
|
html_theme_path = [juliadoc.get_theme_dir()]
|
|
html_sidebars = juliadoc.default_sidebars()
|
|
|
|
print(os.getcwd())
|
|
os.system("julia build.jl")
|