|
5 | 5 |
|
6 | 6 | import os |
7 | 7 | import sys |
8 | | -sys.path.insert(0, os.path.abspath('../../src')) |
| 8 | + |
| 9 | +sys.path.insert(0, os.path.abspath("../../plugin_template/src")) |
9 | 10 |
|
10 | 11 | # -- Project information ----------------------------------------------------- |
11 | 12 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
12 | 13 |
|
13 | | -project = 'ALC AiiDAlab Guides' |
14 | | -copyright = '2025, Ada Lovelace Center' |
15 | | -author = 'Dr. Benjamin T. Speake' |
| 14 | +project = "ALC AiiDAlab Guides" |
| 15 | +copyright = "2025, Ada Lovelace Center" |
| 16 | +author = "Dr. Benjamin T. Speake" |
16 | 17 |
|
17 | 18 | # -- General configuration --------------------------------------------------- |
18 | 19 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
19 | 20 |
|
20 | | -extensions = [ |
21 | | - "sphinx.ext.autodoc", |
22 | | - "sphinx.ext.napoleon" |
23 | | -] |
| 21 | +extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon"] |
24 | 22 |
|
25 | | -templates_path = ['_templates'] |
| 23 | +templates_path = ["_templates"] |
26 | 24 | exclude_patterns = [] |
27 | 25 |
|
28 | 26 | source_suffix = ".rst" |
|
31 | 29 | # -- Options for HTML output ------------------------------------------------- |
32 | 30 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
33 | 31 |
|
34 | | -html_theme = 'piccolo_theme' |
35 | | -html_static_path = ['_static'] |
| 32 | +html_theme = "piccolo_theme" |
| 33 | +html_static_path = ["_static"] |
36 | 34 | html_css_files = ["custom.css"] |
37 | 35 | # html_logo = "../../images/alc.svg" |
38 | 36 |
|
39 | | -html_theme_options = { |
40 | | - "source_url": "https://github.com/stfc/alc-ux" |
41 | | -} |
| 37 | +html_theme_options = {"source_url": "https://github.com/stfc/alc-ux"} |
0 commit comments