diff --git a/docs/build.jl b/docs/build.jl index a18b625..0ad68db 100644 --- a/docs/build.jl +++ b/docs/build.jl @@ -40,28 +40,28 @@ cd(dirname(@__FILE__)) do end # point of this? -cd(dirname(dirname(@__FILE__))) do - yaml = """ - # This is automatically generated by docs/build.jl. Edit that file if you - # wish to make any permenant changes. - site_name: JuliaFEM.jl - site_description: JuliaFEM.jl, open-source software for reliable, scalable, distributed Finite Element Method. - repo_name: GitHub - docs_dir: 'docs' - site_dir: 'site' - repo_url: https://github.com/JuliaFEM/JuliaFEM.jl - pages: - - Home: 'README.md' - - Overview: 'api/index.md' - - API Docs: - - JuliaFEM: 'api/JuliaFEM.md' - - JuliaFEM.elasticity_solver: 'api/JuliaFEM.elasticity_solver.md' - """ - - # TODO: add the solutions if I figure out how to get them to render properly - - open("mkdocs.yml", "w") do f - write(f, yaml) - end -end +#cd(dirname(dirname(@__FILE__))) do +# yaml = """ +# # This is automatically generated by docs/build.jl. Edit that file if you +# # wish to make any permenant changes. +# site_name: JuliaFEM.jl +# site_description: JuliaFEM.jl, open-source software for reliable, scalable, distributed Finite Element Method. +# repo_name: GitHub +# docs_dir: 'docs' +# site_dir: 'site' +# repo_url: https://github.com/JuliaFEM/JuliaFEM.jl +# pages: +# - Home: 'README.md' +# - Overview: 'api/index.md' +# - API Docs: +# - JuliaFEM: 'api/JuliaFEM.md' +# - JuliaFEM.elasticity_solver: 'api/JuliaFEM.elasticity_solver.md' +# """ +# +# # TODO: add the solutions if I figure out how to get them to render properly +# +# open("mkdocs.yml", "w") do f +# write(f, yaml) +# end +#end diff --git a/docs/conf.py b/docs/conf.py index 8a0453f..ff73ebe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ html_sidebars = juliadoc.default_sidebars() # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +#extensions = [] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']