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 11Copyright (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
57Permission is hereby granted, free of charge, to any person obtaining a copy of
68this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 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.
4948
5049# General information about the project.
5150project = '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
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
275270def generate_error_code_table ():
276271 from pydocstyle .violations import ErrorRegistry
Original file line number Diff line number Diff line change @@ -31,5 +31,4 @@ Credits
3131pydocstyle is a rename and continuation of pep257, a project created by
3232Vladimir Keleshev.
3333
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
55`Semantic Versioning <http://semver.org/ >`_ specification.
66
77
8+ Current Development Version
9+ ---------------------------
10+
11+
8125.1.1 - August 29th, 2020
913---------------------------
1014
Original file line number Diff line number Diff line change 1- sphinxcontrib-issuetracker
21sphinx_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.
You can’t perform that action at this time.
0 commit comments