We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f9ea1 commit de9b4c6Copy full SHA for de9b4c6
docs/changes.rst
@@ -2,4 +2,4 @@
2
Changes
3
=======
4
5
-.. mdinclude:: ../CHANGELOG.md
+.. literalinclude:: ../CHANGELOG.md
docs/conf.py
@@ -22,7 +22,7 @@
22
from heudiconv import __version__
23
24
project = 'heudiconv'
25
-copyright = '2019, Heudiconv team'
+copyright = '2014-2022, Heudiconv team'
26
author = 'Heudiconv team'
27
28
# The short X.Y version
@@ -43,7 +43,6 @@
43
extensions = [
44
'sphinx.ext.autodoc',
45
'sphinxarg.ext',
46
- 'm2r',
47
]
48
49
# Add any paths that contain templates here, relative to this directory.
docs/requirements.txt
@@ -1,3 +1,2 @@
1
sphinx-argparse
-m2r
-r ../dev-requirements.txt
0 commit comments