Files
sysadm/api/themes/pcbsd_style
Mrt134 d216ad5c2b Additional documentation for SSL certificate management
- Added json code blocks for websocket requests and responses of ssl certificate actions
- Style tweaks
2016-05-17 11:31:45 -04:00
..
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -04:00
2016-05-12 16:07:42 -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']