Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilhoGN committed Dec 9, 2024
1 parent 4ec98d1 commit 60c75ad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit 60c75ad

Please sign in to comment.