diff options
author | pengyuesheng <pengyuesheng@gohighsec.com> | 2019-07-03 15:01:30 +0800 |
---|---|---|
committer | pengyuesheng <pengyuesheng@gohighsec.com> | 2019-07-03 15:01:35 +0800 |
commit | 591c3e23804519f405a6645232c2246b173b5e75 (patch) | |
tree | 9d80954fee3e820c015e2ded67331c03cf7325ee /doc/source | |
parent | 4b3e33b3c28892616d42cf3f1497dd8db63c783b (diff) | |
download | python-swiftclient-591c3e23804519f405a6645232c2246b173b5e75.tar.gz |
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: I0573c7feaea991e6b33bdee6dc358c9206a9bfd8
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index f56b643..85dd81e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,17 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Swiftclient' copyright = u'2013-2016 OpenStack, LLC.' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -import swiftclient.version -release = swiftclient.version.version_string -version = swiftclient.version.version_string - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # language = None |