Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit bd2eb48

Browse files
committed
Update docs and copyright
1 parent 3324459 commit bd2eb48

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

LICENSE-MIT

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Copyright (c) 2012 GreenSteam, <http://greensteam.dk/>
22

3-
Copyright (c) 2014-2017 Amir Rachum, <http://amir.rachum.com/>
3+
Copyright (c) 2014-2020 Amir Rachum, <http://amir.rachum.com/>
4+
5+
Copyright (c) 2020 Sambhav Kothari, <https://github.com/samj1912>
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy of
68
this software and associated documentation files (the "Software"), to deal in

docs/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
'sphinx.ext.autodoc',
3333
'sphinx.ext.coverage',
3434
'sphinx.ext.viewcode',
35-
'sphinxcontrib.issuetracker', # autolinks issue numbers (like #78)
3635
]
3736

3837
# Add any paths that contain templates here, relative to this directory.
@@ -49,7 +48,7 @@
4948

5049
# General information about the project.
5150
project = 'pydocstyle'
52-
copyright = '2016, Amir Rachum'
51+
copyright = '2020, Amir Rachum, Sambhav Kothari'
5352

5453
# The version info for the project you're documenting, acts as replacement for
5554
# |version| and |release|, also used in various other places throughout the
@@ -267,10 +266,6 @@
267266
# If true, do not generate a @detailmenu in the "Top" node's menu.
268267
#texinfo_no_detailmenu = False
269268

270-
# sphinxcontrib.issuetracker settings
271-
issuetracker = 'github'
272-
issuetracker_project = 'PyCQA/pydocstyle'
273-
274269

275270
def generate_error_code_table():
276271
from pydocstyle.violations import ErrorRegistry

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ Credits
3131
pydocstyle is a rename and continuation of pep257, a project created by
3232
Vladimir Keleshev.
3333

34-
Maintained by Amir Rachum.
35-
34+
Maintained by Amir Rachum and Sambhav Kothari.

docs/release_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Release Notes
55
`Semantic Versioning <http://semver.org/>`_ specification.
66

77

8+
Current Development Version
9+
---------------------------
10+
11+
812
5.1.1 - August 29th, 2020
913
---------------------------
1014

requirements/docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sphinxcontrib-issuetracker
21
sphinx_rtd_theme
32
# Pinned to 1.6.2 due to a bug in 1.6.3. See GitHub PR #270 for details.
43
# TODO: remove this restriction once 1.6.4 or later is released.

0 commit comments

Comments
 (0)