Skip to content

Commit

Permalink
Read the docs doesn't allow for project renaming.
Browse files Browse the repository at this point in the history
Refs #66
  • Loading branch information
kdeldycke committed Sep 3, 2020
1 parent a29d3cc commit b22476f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Development: |build| |docs| |coverage| |quality|
.. |build| image:: https://travis-ci.org/kdeldycke/mail-deduplicate.svg?branch=develop
:target: https://travis-ci.org/kdeldycke/mail-deduplicate
:alt: Unit-tests status
.. |docs| image:: https://readthedocs.org/projects/mail-deduplicate/badge/?version=develop
:target: https://mail-deduplicate.readthedocs.io/en/develop/
.. |docs| image:: https://readthedocs.org/projects/maildir-deduplicate/badge/?version=develop
:target: https://maildir-deduplicate.readthedocs.io/en/develop/
:alt: Documentation Status
.. |coverage| image:: https://codecov.io/gh/kdeldycke/mail-deduplicate/branch/develop/graph/badge.svg
:target: https://codecov.io/github/kdeldycke/mail-deduplicate?branch=develop
Expand Down Expand Up @@ -61,4 +61,4 @@ Documentation
-------------

Docs are `hosted on Read the Docs
<https://mail-deduplicate.readthedocs.io>`_.
<https://maildir-deduplicate.readthedocs.io>`_.
8 changes: 4 additions & 4 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ __ https://github.com/kdeldycke/mail-deduplicate/tree/develop
:target: https://requires.io/github/kdeldycke/mail-deduplicate/requirements/?branch=develop
:alt: Requirements freshness

.. |docs-stable| image:: https://readthedocs.org/projects/mail-deduplicate/badge/?version=stable
:target: https://mail-deduplicate.readthedocs.io/en/stable/
.. |docs-stable| image:: https://readthedocs.org/projects/maildir-deduplicate/badge/?version=stable
:target: https://maildir-deduplicate.readthedocs.io/en/stable/
:alt: Documentation Status
.. |docs-dev| image:: https://readthedocs.org/projects/mail-deduplicate/badge/?version=develop
:target: https://mail-deduplicate.readthedocs.io/en/develop/
.. |docs-dev| image:: https://readthedocs.org/projects/maildir-deduplicate/badge/?version=develop
:target: https://maildir-deduplicate.readthedocs.io/en/develop/
:alt: Documentation Status


Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ def long_description():
return "\n\n\n".join([
read_file('README.rst'),
'\n'.join(changes),
"`Full changelog <https://{}.readthedocs.io/en/develop/changelog.html"
"#changelog>`_.".format(PACKAGE_NAME),
"`Full changelog "
"<https://maildir-deduplicate.readthedocs.io/en/develop/changelog.html"
"#changelog>`_.",
])


Expand Down

0 comments on commit b22476f

Please sign in to comment.