File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.8.2 -- 2021-02-28 -- PyPI __ -- diff __
2
+ * Add support for ``data-footcite `` HTML attribute
3
+ * Disable automatic highlighting in notebooks,
4
+ setting ``highlight_language `` is no longer needed
5
+
6
+ __ https://pypi.org/project/nbsphinx/0.8.2/
7
+ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.1...0.8.2
8
+
1
9
Version 0.8.1 -- 2021-01-18 -- PyPI __ -- diff __
2
10
* Minor fixes and documentation update
3
11
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015-2020 Matthias Geier
1
+ # Copyright (c) 2015-2021 Matthias Geier
2
2
#
3
3
# Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
# of this software and associated documentation files (the "Software"), to deal
23
23
https://nbsphinx.readthedocs.io/
24
24
25
25
"""
26
- __version__ = '0.8.1 '
26
+ __version__ = '0.8.2 '
27
27
28
28
import collections .abc
29
29
import copy
You can’t perform that action at this time.
0 commit comments