Skip to content

Commit 336e77b

Browse files
committed
add _static/, remove reuse/, add license metadata
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
1 parent 195bb7c commit 336e77b

5 files changed

Lines changed: 4 additions & 61 deletions

File tree

docs/_static/.gitkeep

Whitespace-only changes.

docs/conf.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
# TODO: Specify your project's license.
101101
# For the name, we recommend using the standard shorthand identifier from
102102
# https://spdx.org/licenses
103-
"name": "",
103+
"name": "AGPL-3.0",
104104
# TODO: Link directly to your project's license statement.
105-
"url": "",
105+
"url": "https://github.com/canonical/microceph/blob/main/COPYING",
106106
},
107107
}
108108

@@ -292,11 +292,8 @@
292292

293293

294294
# Appends extra markup to the end of every document written in reST
295-
296-
rst_epilog = """
297-
.. include:: /reuse/links.txt
298-
.. include:: /reuse/substitutions.txt
299-
"""
295+
# rst_epilog = """
296+
# """
300297

301298
# Feedback button at the top; enabled by default
302299
# TODO: Disable the button if your project is unsuitable for public feedback.

docs/reuse/links.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/reuse/substitutions.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/reuse/substitutions.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)