Skip to content

Commit c4a0d2b

Browse files
jputrinozancas
authored andcommitted
Fixes #506
update docs requirements
1 parent 2fe6683 commit c4a0d2b

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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
@@ -41,6 +41,7 @@
4141
'sphinx.ext.todo',
4242
'sphinx.ext.ifconfig',
4343
'sphinx.ext.viewcode',
44+
'sphinx.ext.autosectionlabel',
4445
]
4546

4647
autodoc_default_flags = ['inherited-members', 'show-inheritance']
@@ -335,5 +336,15 @@
335336

336337
# Example configuration for intersphinx: refer to the Python standard library.
337338
intersphinx_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
}

requirements.docs.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

0 commit comments

Comments
 (0)