update sphinxcontrib-datatemplates to avoid build warnings
Update the dependency on sphinxcontrib.datatemplates to be sphinxcontrib-datatemplates>=0.4.0 to ensure the new version installs (I have no idea why the - works but . does not, thanks pip!) so we have the new directives and can remove the use of the deprecated directive form. Change-Id: Icf3f15111254fc37f0843f84b001f054d7c8fcbf Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
033ef68942
commit
4e45a9169f
@ -2,7 +2,7 @@
|
||||
|
||||
sphinx>=1.6.2 # BSD
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
sphinxcontrib.datatemplates>=0.2.0 # BSD License
|
||||
sphinxcontrib-datatemplates>=0.4.0 # BSD License
|
||||
icalendar>=3.10 # BSD
|
||||
whereto>=0.3.0 # Apache-2.0
|
||||
mwclient==0.8.1
|
||||
|
@ -13,7 +13,7 @@ updates.
|
||||
|
||||
.. _combined release calendar: schedule.ics
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: series_status.yaml
|
||||
:template: series_status_table.tmpl
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
31 October 2016 - 24 February 2017 (16 weeks)
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: schedule.yaml
|
||||
:template: schedule_table.tmpl
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
20 February 2017 - 1 September 2017 (27 weeks)
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: schedule.yaml
|
||||
:template: schedule_table.tmpl
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
4 September 2017 - 2 March 2018 (26 weeks)
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: schedule.yaml
|
||||
:template: schedule_table.tmpl
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
1 March 2018 - 29 August 2018 (26 weeks)
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: schedule.yaml
|
||||
:template: schedule_table.tmpl
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
3 September 2018 - 8 April 2019 (32 weeks)
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: schedule.yaml
|
||||
:template: schedule_table.tmpl
|
||||
|
||||
|
@ -4,7 +4,7 @@ Train Release Schedule
|
||||
|
||||
15 April 2019 - 16 October 2019 (27 weeks)
|
||||
|
||||
.. datatemplate::
|
||||
.. datatemplate:yaml::
|
||||
:source: schedule.yaml
|
||||
:template: schedule_table.tmpl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user