Commit e8e1eae
committed
CHANGES: Fix glitch that broke docutils/sphinx-issues
docutils 0.14
Sphinx 2.0.1
sphinx-issues 1.2.0
Exception occurred:
File
"~/.local/share/virtualenvs/tmuxp-UhdS5n5p/lib/python3.7/site-packages/docutils/nodes.py",
line 93, in setup_child
child.parent = self
AttributeError: 'NoneType' object has no attribute 'parent'
Source:
1.0.0-rc1 <2016-05-25>
----------------------
- version jump 0.11.1 to 1.0
- :issue:`0` tests moved to py.test framework
- :issue:`0` `libtmux`_ core split into its own project
.. _libtmux: https://github.com/tmux-python/libtmux1 parent a03514e commit e8e1eae
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments