From 8fc7612079c5eb26f961779c4382a94ab822a412 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Sat, 12 Oct 2019 14:52:45 +0800 Subject: Bump the openstackdocstheme extension to 1.20 Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: I2c9f7b72a52edde7b18dc66bcc8c655630b3bbc2 --- doc/requirements.txt | 2 +- doc/source/conf.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/requirements.txt b/doc/requirements.txt index cef9853..970dcf6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0 sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD sphinxcontrib-apidoc>=0.2.0 # BSD diff --git a/doc/source/conf.py b/doc/source/conf.py index 0a9e203..f7095d2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,7 +33,6 @@ extensions = [ repository_name = 'openstack/oslo.policy' bug_project = 'oslo.policy' bug_tag = '' -html_last_updated_fmt = '%Y-%m-%d %H:%M' # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. -- cgit v1.2.1