File tree 2 files changed +48
-0
lines changed
2 files changed +48
-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 = 'SWAP-IT Registry Module'
10
+ copyright = '2024, Fraunhofer IOSB (Author:Florian Düwel)'
11
+ author = 'Fraunhofer IOSB (Author:Florian Düwel)'
12
+ release = '1.0.0'
13
+
14
+ # -- General configuration ---------------------------------------------------
15
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
+
17
+ extensions = []
18
+
19
+ templates_path = ['_templates' ]
20
+ exclude_patterns = []
21
+
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' ]
Original file line number Diff line number Diff line change
1
+ .. SWAP-IT Registry Module documentation master file, created by
2
+ sphinx-quickstart on Tue Nov 26 17:03:09 2024.
3
+ You can adapt this file completely to your liking, but it should at least
4
+ contain the root `toctree` directive.
5
+
6
+ Welcome to SWAP-IT Registry Module's documentation!
7
+ ===================================================
8
+
9
+ .. toctree ::
10
+ :maxdepth: 2
11
+ :caption: Contents:
12
+
13
+
14
+
15
+ Indices and tables
16
+ ==================
17
+
18
+ * :ref: `genindex `
19
+ * :ref: `modindex `
20
+ * :ref: `search `
You can’t perform that action at this time.
0 commit comments