[diff v1.0.0...v1.0.1](https://github.com/rstcheck/rstcheck-core/compare/v1.0.0...v1.0.1)
New features
- Add function to create dummy `Sphinx` app ([13](https://github.com/rstcheck/rstcheck-core/pull/13))
Bugfixes
- Fix `sourcecode` directive being ignored, when Sphinx support is active ([13](https://github.com/rstcheck/rstcheck-core/pull/13))
Documentation
- Add section to FAQ about issue with language-less code blocks with sphinx ([13](https://github.com/rstcheck/rstcheck-core/pull/13))
Miscellaneous
- Changed log level for unparsable GCC style messages from WARNING to DEBUG to reduce noise.
- Log CRITICAL on AttributeError with sphinx support on, which mostly probably comes from
language-less code blocks ([13](https://github.com/rstcheck/rstcheck-core/pull/13))