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:
parulin 2025-07-26 15:13:37 -04:00
parent ba609d123e
commit 862d654e0a
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
30 changed files with 65 additions and 44 deletions

View file

@ -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,