diff --git a/doc/source/conf.py b/doc/source/conf.py index c315e94..99ede76 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import datetime import os import sys @@ -52,7 +51,7 @@ master_doc = 'index' # General information about the project. project = 'manila-specs' -copyright = '%s, OpenStack Foundation' % datetime.date.today().year +copyright = 'OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True