File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# the bare requirements for building docs
22Sphinx ~= 3.0
33sphinx-rtd-theme ~= 0.5.1
4+ recommonmark ~= 0.6
Original file line number Diff line number Diff line change 3939 'sphinx.ext.autodoc' ,
4040 'sphinx.ext.viewcode' ,
4141 'sphinx.ext.napoleon' ,
42- 'sphinx.ext.intersphinx'
42+ 'sphinx.ext.intersphinx' ,
43+ "recommonmark" ,
4344]
4445
4546# Add any paths that contain templates here, relative to this directory.
6364
6465# General information about the project.
6566project = u'PyFilesystem'
66- copyright = u'2016-2017 , Will McGugan'
67+ copyright = u'2016-2021 , Will McGugan and the PyFilesystem2 contributors '
6768author = u'Will McGugan'
6869
6970# 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:
2525 external.rst
2626 interface.rst
2727 reference.rst
28-
28+ contributing.md
2929
3030
3131Indices and tables
You can’t perform that action at this time.
0 commit comments