File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929# -- General configuration ------------------------------------------------
3030
3131# If your documentation needs a minimal Sphinx version, state it here.
32- # needs_sphinx = '1.0 '
32+ needs_sphinx = '1.4 '
3333
3434# Add any Sphinx extension module names here, as strings. They can be
3535# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141 'sphinx.ext.todo' ,
4242 'sphinx.ext.ifconfig' ,
4343 'sphinx.ext.viewcode' ,
44+ 'sphinx.ext.autosectionlabel' ,
4445]
4546
4647autodoc_default_flags = ['inherited-members' , 'show-inheritance' ]
335336
336337# Example configuration for intersphinx: refer to the Python standard library.
337338intersphinx_mapping = {
338- 'requests' : ('http://docs.python-requests.org/en/latest/' , None )
339+ 'requests' : ('http://docs.python-requests.org/en/latest/' , None ),
340+ 'heat' : (
341+ 'http://f5-openstack-heat.readthedocs.io/en/latest' , None ),
342+ 'heatplugins' : (
343+ 'http://f5-openstack-heat-plugins.readthedocs.io/en/latest' , None ),
344+ 'lbaasv1' : (
345+ 'http://f5-openstack-lbaasv1.readthedocs.io/en/latest/' , None ),
346+ 'lbaasv2' : (
347+ 'http://f5-openstack-lbaasv2-driver.readthedocs.io/en/latest' , None ),
348+ 'agent' : (
349+ 'http://f5-openstack-agent.readthedocs.io/en/latest' , None ),
339350}
Original file line number Diff line number Diff line change 11-e .
22
33# Docs requirements
4- Sphinx==1.3.5
4+ Sphinx>=1.4.1
5+ six>=1.10.0
6+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments