File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# the bare requirements for building docs
2
2
Sphinx ~= 3.0
3
3
sphinx-rtd-theme ~= 0.5.1
4
+ recommonmark ~= 0.6
Original file line number Diff line number Diff line change 39
39
'sphinx.ext.autodoc' ,
40
40
'sphinx.ext.viewcode' ,
41
41
'sphinx.ext.napoleon' ,
42
- 'sphinx.ext.intersphinx'
42
+ 'sphinx.ext.intersphinx' ,
43
+ "recommonmark" ,
43
44
]
44
45
45
46
# Add any paths that contain templates here, relative to this directory.
63
64
64
65
# General information about the project.
65
66
project = u'PyFilesystem'
66
- copyright = u'2016-2017 , Will McGugan'
67
+ copyright = u'2016-2021 , Will McGugan and the PyFilesystem2 contributors '
67
68
author = u'Will McGugan'
68
69
69
70
# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change
1
+ ../../CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Contents:
25
25
external.rst
26
26
interface.rst
27
27
reference.rst
28
-
28
+ contributing.md
29
29
30
30
31
31
Indices and tables
You can’t perform that action at this time.
0 commit comments