File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configuration file for the Sphinx documentation builder.
2+ #
3+ # For the full list of built-in configuration values, see the documentation:
4+ # https://www.sphinx-doc.org/en/master/usage/configuration.html
5+
6+ # -- Project information -----------------------------------------------------
7+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8+
9+ project = 'ur_simulation_gz'
10+ copyright = '2025, Felix Exner'
11+ author = 'Felix Exner'
12+
13+ # -- General configuration ---------------------------------------------------
14+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
15+
16+ extensions = []
17+
18+ templates_path = ['_templates' ]
19+ exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
20+
21+ root_doc = 'index'
22+
23+
24+ # -- Options for HTML output -------------------------------------------------
25+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
26+
27+ html_theme = 'alabaster'
28+ html_static_path = ['_static' ]
29+
30+ # -- Options for HTMLHelp output ---------------------------------------------
31+
32+ # Output file base name for HTML help builder.
33+ htmlhelp_basename = "ur_simulation_gz_doc"
You can’t perform that action at this time.
0 commit comments