Skip to content

Commit

Permalink
Update docs config and copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 11, 2021
1 parent 0274944 commit 6cf98af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]

__copyright__ = """
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.1.0"
Expand Down
4 changes: 3 additions & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
project = "flake8_sphinx_links"
slug = re.sub(r'\W+', '-', project.lower())
release = version = __version__
copyright = "2020 Dominic Davis-Foster" # pylint: disable=redefined-builtin
copyright = "2020-2021 Dominic Davis-Foster" # pylint: disable=redefined-builtin
language = "en"
package_root = "flake8_sphinx_links"

Expand Down Expand Up @@ -132,3 +132,5 @@
"show-inheritance": None,
"exclude-members": ','.join(autodoc_exclude_members),
}

nitpicky = True
2 changes: 1 addition & 1 deletion flake8_sphinx_links/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
which should be links to the Python documentation.
""" # noqa: D400
#
# Copyright (c) 2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
# Copyright (c) 2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
#
# Based on flake8_2020
# Copyright (c) 2019 Anthony Sottile
Expand Down
5 changes: 4 additions & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
modname: flake8_sphinx_links
repo_name: flake8-sphinx-links
copyright_years: "2020"
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.1.0"
Expand Down Expand Up @@ -38,3 +38,6 @@ entry_points:
- SXL=flake8_sphinx_links:Plugin

min_coverage: 100

sphinx_conf_epilogue:
- nitpicky = True

0 comments on commit 6cf98af

Please sign in to comment.