Skip to content

Commit

Permalink
Update changelog and sphix config to use extlinks
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Nov 10, 2019
1 parent fc01ff6 commit 9e8a1a4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,17 +252,17 @@ Fixed
.. _requests: https://pypi.org/project/requests
.. _argparse: https://pypi.org/project/argparse/

.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.5...HEAD
.. _v0.5: https://github.com/miurahr/qli-installer/compare/v0.5b2...v0.5
.. _v0.5b2: https://github.com/miurahr/qli-installer/compare/v0.5b1...v0.5b2
.. _v0.5b1: https://github.com/miurahr/qli-installer/compare/v0.4.3...v0.5b1
.. _v0.4.3: https://github.com/miurahr/qli-installer/compare/v0.4.2...v0.4.3
.. _v0.4.2: https://github.com/miurahr/qli-installer/compare/v0.4.1...v0.4.2
.. _v0.4.1: https://github.com/miurahr/qli-installer/compare/v0.4.0...v0.4.1
.. _v0.4.0: https://github.com/miurahr/qli-installer/compare/v0.3.1...v0.4.0
.. _v0.3.1: https://github.com/miurahr/qli-installer/compare/v0.3.0...v0.3.1
.. _v0.3.0: https://github.com/miurahr/qli-installer/compare/v0.2.0...v0.3.0
.. _v0.2.0: https://github.com/miurahr/qli-installer/compare/v0.1.0...v0.2.0
.. _v0.1.0: https://github.com/miurahr/qli-installer/compare/v0.0.2...v0.1.0
.. _v0.0.2: https://github.com/miurahr/qli-installer/compare/v0.0.1...v0.0.2
.. _v0.0.1: https://github.com/miurahr/qli-installer/releases/tag/v0.0.1
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.5...HEAD
.. _v0.5: https://github.com/miurahr/aqtinstall/compare/v0.5b2...v0.5
.. _v0.5b2: https://github.com/miurahr/aqtinstall/compare/v0.5b1...v0.5b2
.. _v0.5b1: https://github.com/miurahr/aqtinstall/compare/v0.4.3...v0.5b1
.. _v0.4.3: https://github.com/miurahr/aqtinstall/compare/v0.4.2...v0.4.3
.. _v0.4.2: https://github.com/miurahr/aqtinstall/compare/v0.4.1...v0.4.2
.. _v0.4.1: https://github.com/miurahr/aqtinstall/compare/v0.4.0...v0.4.1
.. _v0.4.0: https://github.com/miurahr/aqtinstall/compare/v0.3.1...v0.4.0
.. _v0.3.1: https://github.com/miurahr/aqtinstall/compare/v0.3.0...v0.3.1
.. _v0.3.0: https://github.com/miurahr/aqtinstall/compare/v0.2.0...v0.3.0
.. _v0.2.0: https://github.com/miurahr/aqtinstall/compare/v0.1.0...v0.2.0
.. _v0.1.0: https://github.com/miurahr/aqtinstall/compare/v0.0.2...v0.1.0
.. _v0.0.2: https://github.com/miurahr/aqtinstall/compare/v0.0.1...v0.0.2
.. _v0.0.1: https://github.com/miurahr/aqtinstall/releases/tag/v0.0.1
12 changes: 10 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.extlinks',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -57,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3'
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.3.1'
release = u'0.5b2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -284,3 +285,10 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

#-- Options for extlink extension
extlinks = {'issue': ('https://github.com/miurahr/aqtinstall/issues/%s',
'issue ')}

#-- Options for linkcheck
linkcheck_ignore = [r'https://github.com/miurahr/aqtinstall/compare/.+']
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = check, docs

[testenv]
basepython = python3.6

[flake8]
ignore =
Expand Down

0 comments on commit 9e8a1a4

Please sign in to comment.