diff options
| author | Monty Taylor <mordred@inaugust.com> | 2017-09-02 09:00:08 -0500 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2017-09-02 09:00:08 -0500 |
| commit | 551e6bec3dc5c87fdd16e0d4741c8940f00c1971 (patch) | |
| tree | 55725579715025696cde38788cca7bc62d809111 /doc/source | |
| parent | 42ccce303950249ecb95f6021d9f2d8845d10feb (diff) | |
| download | python-heatclient-551e6bec3dc5c87fdd16e0d4741c8940f00c1971.tar.gz | |
Remove vestigate HUDSON_PUBLISH_DOCS reference
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.
Change-Id: Ic77d867ee1afaf4586a9fcbab5c36166e38604b6
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index e391a58..e208359 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -39,10 +39,7 @@ exec(open(os.path.join("ext", "gen_ref.py")).read()) extensions = ['sphinx.ext.autodoc', 'openstackdocstheme'] # Add any paths that contain templates here, relative to this directory. -if os.getenv('HUDSON_PUBLISH_DOCS'): - templates_path = ['_ga', '_templates'] -else: - templates_path = ['_templates'] +templates_path = [] # The suffix of source filenames. source_suffix = '.rst' |
