Merge branch 'master' into adapter-refactor

This commit is contained in:
Sumner Evans
2020-05-19 13:51:11 -06:00
3 changed files with 57 additions and 1 deletions

View File

@@ -90,3 +90,15 @@ html_context = {
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# -- Options for manual page output ---------------------------------------
man_pages = [
(
"manpages/sublime-music",
"sublime-music",
"native GTK *sonic client",
"Louis-Philippe Véronneau",
1,
)
]