Switch to google style docstrings.
Jelmer Vernooij
1 year, 2 months ago
3 | 3 |
|
4 | 4 |
* Stop checking for ref validity client-side. Users can
|
5 | 5 |
still call check_wants manually. (Jelmer Vernooij)
|
|
6 |
|
|
7 |
* Switch over to Google-style docstrings.
|
|
8 |
(Jelmer Vernooij)
|
6 | 9 |
|
7 | 10 |
0.19.13 2019-08-19
|
8 | 11 |
|
29 | 29 |
'sphinx.ext.autodoc',
|
30 | 30 |
'sphinx.ext.ifconfig',
|
31 | 31 |
'sphinx.ext.intersphinx',
|
32 | |
'sphinx_epytext',
|
|
32 |
'sphinx.ext.napoleon',
|
33 | 33 |
]
|
34 | 34 |
try:
|
35 | 35 |
import rst2pdf
|
|
55 | 55 |
|
56 | 56 |
# General information about the project.
|
57 | 57 |
project = u'dulwich'
|
58 | |
copyright = u'2011-2018 Jelmer Vernooij'
|
|
58 |
copyright = u'2011-2019 Jelmer Vernooij'
|
59 | 59 |
|
60 | 60 |
# The version info for the project you're documenting, acts as replacement for
|
61 | 61 |
# |version| and |release|, also used in various other places throughout the
|