mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-26 03:21:03 -04:00
Revert some configuration options
* reuse html builder * rename videos extension to youtube_frame * remove HTML body max/min parameters * remove reference to release number in HTML title
This commit is contained in:
parent
f9cbfad0a3
commit
43dd7426b1
4 changed files with 3 additions and 5 deletions
|
@ -10,7 +10,7 @@ submodules:
|
|||
recursive: true
|
||||
|
||||
sphinx:
|
||||
builder: dirhtml
|
||||
builder: html
|
||||
configuration: conf.py
|
||||
fail_on_warning: false
|
||||
|
||||
|
|
6
conf.py
6
conf.py
|
@ -32,7 +32,7 @@ extensions = [
|
|||
'sphinx.ext.autosectionlabel',
|
||||
'sphinxnotes.strike',
|
||||
'sphinx_reredirects',
|
||||
'videos',
|
||||
'youtube_frame',
|
||||
]
|
||||
|
||||
redirects = {
|
||||
|
@ -72,12 +72,10 @@ exclude_patterns = [
|
|||
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
|
||||
html_title = f'{project} {release} Documentation'
|
||||
html_title = f'{project} Documentation'
|
||||
|
||||
html_theme_options = {
|
||||
'style_external_links': True,
|
||||
'body_min_width': '50%',
|
||||
'body_max_width': '90%',
|
||||
'collapse_navigation': True,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue