Skip to content

Commit

Permalink
Merge pull request #720 from flash62au/sphinx
Browse files Browse the repository at this point in the history
Update command-summary-consolidated.rst
  • Loading branch information
flash62au authored Aug 11, 2023
2 parents 6008d2a + 0e5b995 commit 4099c6a
Show file tree
Hide file tree
Showing 3 changed files with 1,354 additions and 1,266 deletions.
17 changes: 13 additions & 4 deletions docs/_static/css/dccex_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ html[data-theme='dark'] .rst-content table.docutils:not(.field-list) tr:nth-chil
font-size: small !important;
}

.rst-content code {
font-size: 90% !important;
}

table.intro-table {
max-width: 600px;
}
Expand Down Expand Up @@ -314,6 +310,15 @@ html[data-theme='dark'] .rst-content .guilabel {
color: black;
}

.hr-dashed {
margin: -10px 0px -10px 0px;
border-top: 1px dashed #d2dfe3;
}

html[data-theme='dark'] .hr-dashed {
border-top: 1px dashed #114759;
}

/* *************************************** */

a.githublink, .githublink a {
Expand Down Expand Up @@ -701,8 +706,12 @@ html[data-theme='dark'] .sd-card-header {
}

/* code */
.rst-content code {
font-size: 100% !important;
}
.rst-content code.literal, .rst-content tt.literal {
color: #ba2121 !important;
font-size: 100% important;
}
html[data-theme='dark'] .rst-content code.literal, .rst-content tt.literal {
color: #ff6000 !important;
Expand Down
4 changes: 4 additions & 0 deletions docs/include/include.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@

:doc:`DCC-EX Native Protocol </reference/glossary>`
..
.. |hr-dashed| raw:: html

<hr class="hr-dashed" />
..
.. ...............................................
..
.. |githublink-ex-turntable| raw:: html
Expand Down
Loading

0 comments on commit 4099c6a

Please sign in to comment.