Files
JuliaFEM.jl/docs/conf.py
T

10 lines
215 B
Python
Raw Normal View History

2015-06-26 19:59:00 +03:00
import juliadoc
2015-06-26 22:53:26 +03:00
import os
2015-06-26 19:59:00 +03:00
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
html_theme_path = [juliadoc.get_theme_dir()]
html_sidebars = juliadoc.default_sidebars()
2015-06-26 22:53:26 +03:00
print(os.getcwd())
os.system("julia build.jl")