mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-17 02:49:04 +00:00
6 lines
157 B
Python
6 lines
157 B
Python
import juliadoc
|
|
|
|
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
|
|
html_theme_path = [juliadoc.get_theme_dir()]
|
|
html_sidebars = juliadoc.default_sidebars()
|