Files
sysadm/docs/themes/pcbsd_style
Mrt134 df5c7c3373 bugfix in theme stylesheet
-fixed a highlighting bug
-moved 'themes' directory for simpler access
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
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']