Files
sysadm/docs/api_reference/themes/trueos_style/README.md
Mrt134 e530a797f7 Organization update 2:
- Moved API docs to general "docs" folder; all handbooks are now in the same area.
- Deleted "pcbsd_style" from all three handbooks as it is now trueos_style.
- Fixed a number of themeing elements for server and client handbooks.
- Added logos to both handbooks.
2016-08-18 12:26:45 -04:00

492 B

#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.