commit | 6d51029e9599d08b7a6ed5e596e140b901e1413a | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Tue Jan 26 11:31:46 2016 +0100 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Tue Jan 26 11:31:46 2016 +0100 |
tree | 131907116182015f967b5f459d2699c89fd06d49 | |
parent | 3f4444f99fe133db853879acec9b11649c991576 [diff] |
fix project name
diff --git a/doc/source/conf.py b/doc/source/conf.py index 04837f0..4725b00 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py
@@ -35,8 +35,8 @@ master_doc = 'index' # General information about the project. -project = u'ansible-role-diskimage-builder' -copyright = u'2013, OpenStack Foundation' +project = u'salt-formula-nova' +copyright = u'2015, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True