Replace the name 'Dave Snider' with RTD (#572)

* Replace the name 'Dave Snider' with RTD

* Address review

* Give credit back to Dave + RTD
This commit is contained in:
Aaron Carlisle
2018-03-19 07:56:34 -04:00
committed by GitHub
parent b379d70ecf
commit 3eebd9a2e7
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""`sphinx_rtd_theme` lives on `Github`_.
.. _github: https://www.github.com/snide/sphinx_rtd_theme
.. _github: https://github.com/rtfd/sphinx_rtd_theme
"""
from io import open
@@ -14,8 +14,8 @@ setup(
version=__version__,
url='https://github.com/rtfd/sphinx_rtd_theme/',
license='MIT',
author='Dave Snider',
author_email='dave.snider@gmail.com',
author='Dave Snider, Read the Docs, Inc. & contributors',
author_email='dev@readthedocs.org',
description='Read the Docs theme for Sphinx',
long_description=open('README.rst', encoding='utf-8').read(),
zip_safe=False,