File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66# -- Project information -----------------------------------------------------
77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
9- project = ' AgentLab'
10- copyright = ' 2024, ServiceNow'
11- author = ' ServiceNow'
12- release = ' 0.3.1'
9+ project = " AgentLab"
10+ copyright = " 2024, ServiceNow"
11+ author = " ServiceNow"
12+ release = " 0.3.1"
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1616
1717extensions = [
18- ' sphinx.ext.autodoc' ,
18+ " sphinx.ext.autodoc" ,
1919]
2020
21- templates_path = [' _templates' ]
21+ templates_path = [" _templates" ]
2222exclude_patterns = []
2323
2424
25-
2625# -- Options for HTML output -------------------------------------------------
2726# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2827
29- html_theme = 'alabaster'
30- html_static_path = [' _static' ]
28+ html_theme = "sphinx-rtd-theme"
29+ html_static_path = [" _static" ]
Original file line number Diff line number Diff line change 1+ agentlab
You can’t perform that action at this time.
0 commit comments