mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Split testing of changes builder to its own test file and root. Improve coverage a little, and add case that fails if a module directive is included in the rst source. Correctly handle changesets with a module declared. Fixes https://github.com/sphinx-doc/sphinx/issues/6134
21 lines
330 B
ReStructuredText
21 lines
330 B
ReStructuredText
Version markup
|
|
--------------
|
|
|
|
.. versionadded:: 0.6
|
|
Some funny **stuff**.
|
|
|
|
.. versionchanged:: 0.6
|
|
Even more funny stuff.
|
|
|
|
.. deprecated:: 0.6
|
|
Boring stuff.
|
|
|
|
.. versionadded:: 1.2
|
|
|
|
First paragraph of versionadded.
|
|
|
|
.. versionchanged:: 1.2
|
|
First paragraph of versionchanged.
|
|
|
|
Second paragraph of versionchanged.
|