Skip to content

Commit dcd9e15

Browse files
committed
updates
1 parent 57849b5 commit dcd9e15

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,24 @@
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

1717
extensions = [
18-
'sphinx.ext.autodoc',
18+
"sphinx.ext.autodoc",
1919
]
2020

21-
templates_path = ['_templates']
21+
templates_path = ["_templates"]
2222
exclude_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"]

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
agentlab

0 commit comments

Comments
 (0)