mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Unmark BROKEN port after pbr update [1] - Patch conf.py as sphinx renamed the 'default' theme, which caused the following error: sphinx.errors.SphinxWarning: WARNING: 'default' html theme has been renamed to 'classic'. Please change your html_theme setting either to the new 'alabaster' default theme, or to 'classic' to keep using the old default. - Update pkg-plist accordingly While I'm here: - Add LICENSE_FILE - Sort USE_PYTHON values [1] https://svnweb.freebsd.org/changeset/ports/395669 Approved by: portmgr (blanket)
11 lines
453 B
Python
11 lines
453 B
Python
--- docs/source/conf.py.orig 2015-08-31 12:34:27 UTC
|
|
+++ docs/source/conf.py
|
|
@@ -101,7 +101,7 @@ pygments_style = 'sphinx'
|
|
|
|
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
|
# Sphinx are currently 'default' and 'sphinxdoc'.
|
|
-html_theme = 'default'
|
|
+html_theme = 'classic'
|
|
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
# further. For a list of options available for each theme, see the
|