Files
sysadm/docs/api_reference/themes/trueos_style
mrt134 309ffdb1df Update trueosstyle.css (all handbooks)
These elements are updated:
-Same size typewriter font for all these (same point size as normal font):
    :command:
    :file:
    :samp:
-(command is good, code.file still does 95% in main text)
-Table column headers like Description should be left-justified like table title and contents (also helps with finding them in wide browser windows)
-Semicircle ends on search box make it kind of not look like a search box.  Maybe just reduce the rounding.
-Font sizes in tables is reduced by one standard size.  No need for these to be smaller at all, just use the same size as main text.
2016-10-12 13:39:42 -04:00
..
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00
2016-08-18 12:26:45 -04:00

#TrueOS Style

###Creating a new theme for iX docs.

Instructions for using trueos_style:

  • Edit the Sphinx project's conf.py file:

  • Change this value to trueos_style prior to generating docs:

  html_theme = 'trueos_style'
  • No additional html_options yet.

  • Be sure Sphinx knows the path to the custom theme:

  html_theme_path = ['themes']

#trueos_style is intended to be used in many iX stystems sphinx generated handbooks, with small style changes here and there.