From 60c75ad88ae646c6d0d41ff803bbc24dc55317c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Martins=20Filho?= Date: Sun, 8 Dec 2024 22:47:14 -0300 Subject: [PATCH] update --- docs/conf.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/conf.py diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..6a5c54d --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,17 @@ +# Configuration file for the Sphinx documentation builder. + +# -- Project information ----------------------------------------------------- +project = 'Stressify.jl' +copyright = '2024, JFilhoGN' +author = '@jfilhogn' + +# -- General configuration --------------------------------------------------- +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] + +# Paths for templates +templates_path = ['_templates'] +exclude_patterns = [] + +# -- Options for HTML output ------------------------------------------------- +html_theme = 'sphinx_rtd_theme' +html_static_path = ['_static']