summaryrefslogtreecommitdiffstats
path: root/scripts/docs-build.sh
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Update build script to newer tagShubhamRathi1-1/+1
2016-12-28Fixing a typoGerald Kunzmann1-1/+1
2016-12-13Fix syntax errorYujun Zhang1-1/+1
2016-12-01Exit script with error countYujun Zhang1-4/+14
2016-10-28Add support for macOSYujun Zhang1-9/+21
2016-09-14Removing the multipage HTML document and renaming the single page rendering.ChristopherPrice1-4/+2
2016-09-05Removing excess License info.ChristopherPrice1-2/+3
2016-09-01Adding creative commons license info.ChristopherPrice1-1/+1
2016-08-24Merge "remove pfd/odt creation"Sofia Wallin1-64/+0
2016-08-11add version, builddate and copyright in sidebarRyota MIBU1-0/+1
2016-08-11fix workaround for doc8 errorRyota MIBU1-1/+2
2016-08-11workaround for doc8 error in python2.6Ryota MIBU1-1/+7
2016-08-11remove pfd/odt creationRyota MIBU1-64/+0
2016-08-11add 'Save to PDF' link in sidebarRyota MIBU1-0/+6
2016-08-10use doc8 in virtualenvRyota MIBU1-4/+4
2016-08-10add creation of singlehtml for downloadable docsRyota MIBU1-0/+12
2016-07-25fix pre-hookRyota MIBU1-2/+1
2016-07-22support pre-hook in docs-build.shRyota MIBU1-5/+15
2016-07-22improve configRyota MIBU1-12/+47
2016-07-07migrate docs-build.sh from releng repoRyota MIBU1-0/+234
/* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */