Skip to content

Commit de9b4c6

Browse files
committed
update copyright and go away from m2r since not compatible with most recent sphinx etc
yet to figure out a better solution -- for now just include verbatim changes.md
1 parent 22f9ea1 commit de9b4c6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Changes
33
=======
44

5-
.. mdinclude:: ../CHANGELOG.md
5+
.. literalinclude:: ../CHANGELOG.md

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from heudiconv import __version__
2323

2424
project = 'heudiconv'
25-
copyright = '2019, Heudiconv team'
25+
copyright = '2014-2022, Heudiconv team'
2626
author = 'Heudiconv team'
2727

2828
# The short X.Y version
@@ -43,7 +43,6 @@
4343
extensions = [
4444
'sphinx.ext.autodoc',
4545
'sphinxarg.ext',
46-
'm2r',
4746
]
4847

4948
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
sphinx-argparse
2-
m2r
32
-r ../dev-requirements.txt

0 commit comments

Comments
 (0)