Files
sphinx/tests/roots/test-changes/library/utils.rst
Martin Packman 71dec3b38e Fix UnboundLocalError when building changes
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
2019-03-08 13:30:27 +00:00

26 lines
443 B
ReStructuredText

:mod:`utils` --- Fake utilities module for tests
================================================
.. module:: utils
:synopsis: Utility functions
--------------
The :mod:`utils` module is a pretend python module for changes testing.
Classes
-------
.. class:: Path
Class for handling paths.
.. versionadded:: 0.5
Innovative new way to handle paths.
.. deprecated:: 0.6
So, that was a bad idea it turns out.