Add css for man pages

This commit is contained in:
George Melikov
2020-05-29 15:57:09 +03:00
parent dcd35b7afb
commit 3caaad0474
2 changed files with 263 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ html_static_path = ['_static']
html_context = {
'css_files': [
'_static/css/theme_overrides.css', # override wide tables in RTD theme
'_static/css/mandoc.css',
],
'display_github': True,
'github_user': 'openzfs',