Don't exclude the current version from dropdown menu
This commit is contained in:
parent
15008bf05d
commit
5940431e2d
@ -92,7 +92,7 @@ def build_docs(version='dev', **kwargs):
|
|||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
raise CalledProcessError(p.returncode, cmd)
|
raise CalledProcessError(p.returncode, cmd)
|
||||||
html_dir = os.path.join(work_dir, 'html')
|
html_dir = os.path.join(work_dir, 'html')
|
||||||
versions = [v for v in ['3.0.0', '2.0.0', '1.1.0'] if v != version]
|
versions = ['3.0.0', '2.0.0', '1.1.0']
|
||||||
check_call(['sphinx-build',
|
check_call(['sphinx-build',
|
||||||
'-Dbreathe_projects.format=' + os.path.abspath(doxyxml_dir),
|
'-Dbreathe_projects.format=' + os.path.abspath(doxyxml_dir),
|
||||||
'-Dversion=' + version, '-Drelease=' + version,
|
'-Dversion=' + version, '-Drelease=' + version,
|
||||||
|
Loading…
Reference in New Issue
Block a user