- Nothing changed yet.
- Add to release as universal wheel [Asko Soukka]
- Changes for newer sphinx versions [Stein Heselmans]
- Allow for tabs in documentation of robot files [Stein Heselmans]
- Python 3 support [Stein Heselmans]
- Change to separate tags with double space instead comma [Asko Soukka]
- Added documentation generating for test-cases, keywords tags in expanded style. [Tomasz Kolek]
- Fix to use RobotFrameworkLexer from Pygments. Require Pygments >= 1.6rc1 [Asko Soukka]
- Drop dependency on robotframeworklexer, because it's included in Pygments [Asko Soukka]
- Rename directives to
robot-source
,robot-settings
,robot-variables
,robot-tests
androbot-keywords
, but keep the old directives for backwards compatibility.
- Add 'minimal' style for keywords directive to show keywords without their step definitions [Asko Soukka]
- Fix bug where multiline documentation in settings-part was not completely included [Pawel Sabat]
- Add support for resolving 'package:filename.robot'-paths using pkg_resources.resource_filename-method [Asko Soukka]
- Fix bug where source directive resulted escaped html markup [Asko Soukka]
- Add Pygments-formatted output also for LaTex output [fixes #4]
- Add new directives robot_source, robot_settings and robot_variables
- Fix relative path issue [fixes #2]
- Refactor and add support for ForLoop-nodes [fixes #1]
- Add align for BDD-keywords
- Add syntax highlighting
- Fixed to use correct title style for test case and keyword titles.
- Fixed a bug where an empty/missing tags option is not parsed correctly.
- Refactored to use Docutils' nested_parse instead of publish_string (no more lxml and some support for inter-linking).
- Refactored to parse test/keyword documentation with docutils.core.publish_string (and append them as raw nodes) instead of trying to parse them into sphinx document tree.
- Added support for inline rst in test and keyword documentations.
- Added support for tags.
- Added alternative source option as an alias for suite option in tests.
- Added alternative source and resource options as an alias for suite option in keywords.
- Fixed to filter comment lines from steps.
- Fixed node adapters to return section instead of topics.
- Fixed parsing of resource-only files for keywords.
- Proof of concept.