File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# The order of packages is significant, because pip processes them in the order
22# of appearance. Changing the order has an impact on the overall integration
33# process, which may cause wedges in the gate later.
4- openstackdocstheme >= 1.23.2 # Apache-2.0
5- reno >= 2.5 .0 # Apache-2.0
6- sphinx != 1.6.6 ,!= 1.6.7 , >= 1.6.5 # BSD
4+ openstackdocstheme >= 2.2.1 # Apache-2.0
5+ reno >= 3.1 .0 # Apache-2.0
6+ sphinx >= 2.0.0 ,!= 2.1.0 # BSD
77sphinxcontrib-apidoc >= 0.2.0 # BSD
88
99# redirect tests in docs
Original file line number Diff line number Diff line change 2929 ]
3030
3131# openstackdocstheme options
32- repository_name = 'openstack/python-openstackclient'
33- use_storyboard = True
32+ openstackdocs_repo_name = 'openstack/python-openstackclient'
33+ openstackdocs_use_storyboard = True
34+ openstackdocs_auto_name = False
3435
3536# Add project 'foo' to this list to enable the :foo-doc: role
36- openstack_projects = [
37+ openstackdocs_projects = [
3738 'neutron' ,
3839]
3940
8384#show_authors = False
8485
8586# The name of the Pygments (syntax highlighting) style to use.
86- pygments_style = 'sphinx '
87+ pygments_style = 'native '
8788
8889# A list of ignored prefixes for module index sorting.
8990modindex_common_prefix = ['openstackclient.' ]
126127# so a file named "default.css" will overwrite the builtin "default.css".
127128#html_static_path = ['_static']
128129
129- # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
130- # using the given strftime format.
131- #html_last_updated_fmt = '%b %d, %Y'
132- html_last_updated_fmt = '%Y-%m-%d %H:%M'
133-
134130# If true, SmartyPants will be used to convert quotes and dashes to
135131# typographically correct entities.
136132#html_use_smartypants = True
Original file line number Diff line number Diff line change 4444]
4545
4646# openstackdocstheme options
47- repository_name = 'openstack/python-openstackclient'
48- use_storyboard = True
47+ openstackdocs_repo_name = 'openstack/python-openstackclient'
48+ openstackdocs_use_storyboard = True
49+ openstackdocs_auto_name = False
4950
5051# Set aliases for extlinks
5152# * lpbug - generic Launchpad bug :lpbug:`123456`
118119# show_authors = False
119120
120121# The name of the Pygments (syntax highlighting) style to use.
121- pygments_style = 'sphinx '
122+ pygments_style = 'native '
122123
123124# A list of ignored prefixes for module index sorting.
124125# modindex_common_prefix = []
169170# directly to the root of the documentation.
170171# html_extra_path = []
171172
172- # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
173- # using the given strftime format.
174- # html_last_updated_fmt = '%b %d, %Y'
175- html_last_updated_fmt = '%Y-%m-%d %H:%M'
176-
177173# If true, SmartyPants will be used to convert quotes and dashes to
178174# typographically correct entities.
179175# html_use_smartypants = True
You can’t perform that action at this time.
0 commit comments