mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-08 22:52:29 -04:00
Fixing various warnings from sphinx-build
* missing theme options in conf.py * orphaned pages are tagged as such * a markup mistake * duplicate labels * a code-block marked as python code
This commit is contained in:
parent
ba609d123e
commit
862d654e0a
30 changed files with 65 additions and 44 deletions
8
conf.py
8
conf.py
|
@ -65,14 +65,6 @@ html_theme = 'sphinx_rtd_theme'
|
|||
# html_theme = 'classic'
|
||||
|
||||
html_theme_options = {
|
||||
'externalrefs': True,
|
||||
'bgcolor': 'white',
|
||||
'linkcolor': '#99bfff',
|
||||
'textcolor': '#000000',
|
||||
'visitedlinkcolor': '#7b7b7b',
|
||||
'bodyfont': '"Open Sans", Arial, sans-serif',
|
||||
'codebgcolor': '$color-qube-light',
|
||||
'codebgcolor': 'grey',
|
||||
'body_min_width': '50%',
|
||||
'body_max_width': '90%',
|
||||
'collapse_navigation': True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue