File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ pbr>=2.0.0,!=2.1.0
22
33Pygments
44docutils
5- sphinx >= 2.0.0 ,!= 2.1.0
6- openstackdocstheme >= 2.0 .0
5+ sphinx >= 2.0.0 ,!= 2.1.0 # BSD
6+ openstackdocstheme >= 2.2.1 # Apache-2 .0
77nwdiag
88blockdiag
99sphinxcontrib-blockdiag
Original file line number Diff line number Diff line change 3030 'sphinxcontrib.nwdiag' ]
3131
3232# openstackdocstheme options
33- repository_name = 'openstack-dev/devstack'
34- bug_project = 'devstack'
35- bug_tag = ''
33+ openstackdocs_repo_name = 'openstack-dev/devstack'
34+ openstackdocs_pdf_link = True
35+ openstackdocs_bug_project = 'devstack'
36+ openstackdocs_bug_tag = ''
37+ openstackdocs_auto_name = False
38+ # This repo is not tagged, so don't set versions
39+ openstackdocs_auto_version = False
40+ version = ''
41+ release = ''
3642
3743todo_include_todos = True
3844
8187show_authors = False
8288
8389# The name of the Pygments (syntax highlighting) style to use.
84- pygments_style = 'sphinx '
90+ pygments_style = 'native '
8591
8692# A list of ignored prefixes for module index sorting.
8793modindex_common_prefix = ['DevStack-doc.' ]
You can’t perform that action at this time.
0 commit comments