Commit c17adf3 1 parent 5914d0f commit c17adf3 Copy full SHA for c17adf3
File tree 3 files changed +56
-0
lines changed
3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ bin
2
+ lib
3
+ include
4
+ lib64
5
+ docs /_build
6
+ pyvenv.cfg
7
+ docs /Makefile
8
+ docs /make.bat
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 = 'nrw-metadata-portal-docs'
10
+ copyright = '2024, Astun Technology and Natural Resources Wales'
11
+ author = 'Astun Technology and Natural Resources Wales'
12
+ release = '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 = ['_build' , 'Thumbs.db' , '.DS_Store' ]
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
+ .. nrw-metadata-portal-docs documentation master file, created by
2
+ sphinx-quickstart on Wed Jan 10 10:07:25 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 nrw-metadata-portal-docs'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