Skip to content

Commit

Permalink
doc updates trying to fix api page
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Dec 11, 2023
1 parent 9888f05 commit d3ec5dd
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 16 deletions.
58 changes: 44 additions & 14 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,44 @@
.wy-nav-content {
max-width: 60% !important;
}

.wy-side-nav-search {
display: block;
width: 300px;
padding: 0.809em;
margin-bottom: 0.809em;
z-index: 200;
background-color: #fcfcfc;
text-align: center;
color: #fcfcfc;
}
/* Override nav bar color */
/*.wy-side-nav-search {
background-color: #fbfbb6;
}
.wy-side-nav-search > a {
color: #b2355c
}*/

/* Override text bar color */
/*.caption-text {
color: #b2355c;
}*/

/* Override code signature colour */
/*.rst-content dl:not(.docutils) dt {
background: #fbfbb6;
color: #b2355c;
border-top: solid 3px #b2355c;
}*/

/* Override hyperlink colour */
/* a {
color: #b2355c;
}*/

/* Make content width wider*/
.wy-nav-content {
max-width: 60% !important;
}


.wy-side-nav-search {
display: block;
width: 300px;
padding: 0.809em;
margin-bottom: 0.809em;
z-index: 200;
background-color: #fcfcfc;
text-align: center;
padding: 0.809em;
display: block;
color: #fcfcfc;
margin-bottom: 0.809em;
}
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"sphinx.ext.napoleon",
"sphinx_rtd_theme",
'sphinx_click.ext',
"sphinx_tabs.tabs",
"sphinx_copybutton",
]

intersphinx_mapping = {
Expand All @@ -81,7 +83,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -140,7 +142,7 @@
# -- Options for HTMLHelp output ---------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'rexdoc'
htmlhelp_basename = 'sup3rdoc'

# -- Options for LaTeX output ------------------------------------------------

Expand Down

0 comments on commit d3ec5dd

Please sign in to comment.