File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
project = "Judge0 Python SDK"
10
10
copyright = "2024, Judge0"
11
11
author = "Judge0"
12
- release = "0.1.0 "
12
+ release = "0.1"
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
16
17
- extensions = ["sphinx.ext.githubpages" ]
17
+ extensions = []
18
18
19
19
templates_path = ["_templates" ]
20
20
exclude_patterns = []
23
23
# -- Options for HTML output -------------------------------------------------
24
24
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
25
25
26
- html_baseurl = "https://docs.judge0.com/python/"
27
26
html_theme = "alabaster"
28
27
html_static_path = ["_static" ]
You can’t perform that action at this time.
0 commit comments