Codebase list python-castellan / c9fefc3
Switch from oslosphinx to openstackdocstheme As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: I56c71ed3efd01b254567fbae5b35f8270261473b Van Hung Pham 6 years ago
2 changed file(s) with 13 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2121 extensions = [
2222 'sphinx.ext.autodoc',
2323 #'sphinx.ext.intersphinx',
24 'oslosphinx'
24 'openstackdocstheme',
2525 ]
2626
2727 # autodoc generation is a bit aggressive and a nuisance when doing heavy
5252
5353 # The theme to use for HTML and HTML Help pages. Major themes that come with
5454 # Sphinx are currently 'default' and 'sphinxdoc'.
55 # html_theme_path = ["."]
56 # html_theme = '_theme'
5755 # html_static_path = ['static']
56 html_theme = 'openstackdocs'
5857
5958 # Output file base name for HTML help builder.
6059 htmlhelp_basename = '%sdoc' % project
60
61 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
62 # using the given strftime format.
63 # html_last_updated_fmt = '%b %d, %Y'
64 html_last_updated_fmt = '%Y-%m-%d %H:%M'
6165
6266 # Grouping the document tree into LaTeX files. List of tuples
6367 # (source start file, target name, title, author, documentclass
7175
7276 # Example configuration for intersphinx: refer to the Python standard library.
7377 #intersphinx_mapping = {'https://docs.python.org/3/': None}
78
79 # -- Options for openstackdocstheme -------------------------------------------
80 repository_name = 'openstack/castellan'
81 bug_project = 'castellan'
82 bug_tag = ''
66 python-barbicanclient>=4.0.0 # Apache-2.0
77 python-subunit>=0.0.18 # Apache-2.0/BSD
88 sphinx>=1.6.2 # BSD
9 oslosphinx>=4.7.0 # Apache-2.0
9 openstackdocstheme>=1.11.0 # Apache-2.0
1010 oslotest>=1.10.0 # Apache-2.0
1111 testrepository>=0.0.18 # Apache-2.0/BSD
1212 testscenarios>=0.4 # Apache-2.0/BSD