Docs tidy ups and re-organising

This commit is contained in:
Patrick Robertson
2025-02-12 11:16:17 +00:00
parent 5b481f72ab
commit d28d99daa6
10 changed files with 173 additions and 118 deletions

View File

@@ -15,7 +15,7 @@ generate_module_docs()
# -- Project information -----------------------------------------------------
package_metadata = metadata("auto-archiver")
project = package_metadata["name"]
authors = package_metadata["authors"]
authors = "Bellingcat"
release = package_metadata["version"]
language = 'en'
@@ -74,5 +74,6 @@ source_suffix = {
# -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_book_theme'
# html_static_path = ['_static']
html_static_path = ["../_static"]
html_css_files = ["custom.css"]