This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
Copyright (c) 2012 GreenSteam, <http://greensteam.dk/>
2
2
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>
4
6
5
7
Permission is hereby granted, free of charge, to any person obtaining a copy of
6
8
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 32
32
'sphinx.ext.autodoc' ,
33
33
'sphinx.ext.coverage' ,
34
34
'sphinx.ext.viewcode' ,
35
- 'sphinxcontrib.issuetracker' , # autolinks issue numbers (like #78)
36
35
]
37
36
38
37
# Add any paths that contain templates here, relative to this directory.
49
48
50
49
# General information about the project.
51
50
project = 'pydocstyle'
52
- copyright = '2016 , Amir Rachum'
51
+ copyright = '2020 , Amir Rachum, Sambhav Kothari '
53
52
54
53
# The version info for the project you're documenting, acts as replacement for
55
54
# |version| and |release|, also used in various other places throughout the
267
266
# If true, do not generate a @detailmenu in the "Top" node's menu.
268
267
#texinfo_no_detailmenu = False
269
268
270
- # sphinxcontrib.issuetracker settings
271
- issuetracker = 'github'
272
- issuetracker_project = 'PyCQA/pydocstyle'
273
-
274
269
275
270
def generate_error_code_table ():
276
271
from pydocstyle .violations import ErrorRegistry
Original file line number Diff line number Diff line change @@ -31,5 +31,4 @@ Credits
31
31
pydocstyle is a rename and continuation of pep257, a project created by
32
32
Vladimir Keleshev.
33
33
34
- Maintained by Amir Rachum.
35
-
34
+ Maintained by Amir Rachum and Sambhav Kothari.
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Release Notes
5
5
`Semantic Versioning <http://semver.org/ >`_ specification.
6
6
7
7
8
+ Current Development Version
9
+ ---------------------------
10
+
11
+
8
12
5.1.1 - August 29th, 2020
9
13
---------------------------
10
14
Original file line number Diff line number Diff line change 1
- sphinxcontrib-issuetracker
2
1
sphinx_rtd_theme
3
2
# Pinned to 1.6.2 due to a bug in 1.6.3. See GitHub PR #270 for details.
4
3
# TODO: remove this restriction once 1.6.4 or later is released.
You can’t perform that action at this time.
0 commit comments