File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2021 Matthias Geier
1
+ Copyright (c) 2015-2022 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
Original file line number Diff line number Diff line change
1
+ Version 0.8.9 -- 2022-06-04 -- PyPI __ -- diff __
2
+ * CSS: support tables in widgets
3
+ * Avoid empty "raw" directive
4
+
5
+ __ https://pypi.org/project/nbsphinx/0.8.9/
6
+ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.8...0.8.9
7
+
1
8
Version 0.8.8 -- 2021-12-31 -- PyPI __ -- diff __
2
9
* Support for the ``sphinx_codeautolink `` extension
3
10
* Basic support for the ``text `` builder
Original file line number Diff line number Diff line change 23
23
https://nbsphinx.readthedocs.io/
24
24
25
25
"""
26
- __version__ = '0.8.8 '
26
+ __version__ = '0.8.9 '
27
27
28
28
import collections .abc
29
29
import copy
You can’t perform that action at this time.
0 commit comments