Files
JuliaFEM.jl/docs/doc.conf.py
T

16 lines
298 B
Python
Raw Normal View History

2015-06-22 07:39:34 +03:00
import os
import sys
import re
2015-06-21 21:47:44 +03:00
import juliadoc
2015-06-22 07:39:34 +03:00
extensions = ['sphinx.ext.mathjax',
'juliadoc.julia',
'juliadoc.jldoctest',
'juliadoc.jlhelp']
master_doc = 'index'
2015-06-21 21:47:44 +03:00
html_theme_path = [juliadoc.get_theme_dir()]
html_sidebars = juliadoc.default_sidebars()