mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
Makefile: doctest there was julia4
conf.py: fucked up manual merge (Olli perkele) runtests.jl: removed obsolete test_elasticity_solver.jl
This commit is contained in:
+10
-15
@@ -19,26 +19,21 @@ import shlex
|
||||
import sphinx_rtd_theme
|
||||
import datetime
|
||||
|
||||
#with open("last_updated.rst", "w") as fh:
|
||||
# fh.write("Documentation last updated (UTC): {0}".format(str(datetime.datetime.utcnow())))
|
||||
|
||||
html_last_updated_fmt = "%Y-%m-%d %H:%M:%S"
|
||||
|
||||
extensions = ['sphinx.ext.autodoc',
|
||||
<<<<<<< HEAD
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.doctest',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode',
|
||||
'juliadoc.julia', 'juliadoc.jlhelp', 'numpydoc']
|
||||
=======
|
||||
'sphinx.ext.doctest',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode',
|
||||
'juliadoc.julia',
|
||||
'juliadoc.jlhelp',
|
||||
'numpydoc']
|
||||
>>>>>>> 8009aab1bd4677280fd9c600d6975c7a0b7f31de
|
||||
html_theme_path = [juliadoc.get_theme_dir(), sphinx_rtd_theme.get_html_theme_path()]
|
||||
'juliadoc.julia',
|
||||
'juliadoc.jlhelp',
|
||||
'numpydoc']
|
||||
|
||||
html_theme_path = [
|
||||
juliadoc.get_theme_dir(),
|
||||
sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
html_sidebars = juliadoc.default_sidebars()
|
||||
|
||||
primary_domain = 'jl'
|
||||
|
||||
Reference in New Issue
Block a user