Files
sysadm/docs/themes/pcbsd_style
Mrt134 4a51c050d4 Rework bridge initialization
- Reworked bridge initialization section for clarity
- fixed a css error in the handbook theme
2016-06-02 14:30:23 -04:00
..
2016-06-02 14:30:23 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00
2016-05-16 14:28:37 -04:00

#PC-BSD Style

###A new style for Our docs so as to avoid upstream theme changes.

In order to use the pcbsd_style theme, there are some adjustments to make to the src-qt/docs/conf.py file:

  • Revise this value from 'classic' or something else, to 'pcbsd_style' prior to generating docs:
  html_theme = 'pcbsd_style'
  • Comment out these lines because the build may fail since these don't exist and/or aren't used right now:
   #    "stickysidebar": "true",
   #    "rightsidebar": "false",
   #    "sidebarwidth" : "240",
   #    "headbgcolor" : "#fff",
   #    "relbarbgcolor" : "#696969",
   #    "sidebarbgcolor" : "#696969",
   #    "bgcolor" : "#fff"
  • Add or adjust this statement below to match, it is for additional places to search:
  html_theme_path = ['themes']