mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
Update conf.py
Added extensions
This commit is contained in:
+7
-1
@@ -24,7 +24,13 @@ import datetime
|
|||||||
|
|
||||||
html_last_updated_fmt = "%Y-%m-%d %H:%M:%S"
|
html_last_updated_fmt = "%Y-%m-%d %H:%M:%S"
|
||||||
|
|
||||||
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
|
extensions = ['sphinx.ext.autodoc',
|
||||||
|
'sphinx.ext.doctest',
|
||||||
|
'sphinx.ext.coverage',
|
||||||
|
'sphinx.ext.viewcode',
|
||||||
|
'juliadoc.julia',
|
||||||
|
'juliadoc.jlhelp',
|
||||||
|
'numpydoc']
|
||||||
html_theme_path = [juliadoc.get_theme_dir(), sphinx_rtd_theme.get_html_theme_path()]
|
html_theme_path = [juliadoc.get_theme_dir(), sphinx_rtd_theme.get_html_theme_path()]
|
||||||
html_sidebars = juliadoc.default_sidebars()
|
html_sidebars = juliadoc.default_sidebars()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user