From faf0c55da10241e647612ba8449e72cb0282f9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Piku=C5=82a?= Date: Tue, 16 Apr 2024 21:21:13 +0200 Subject: [PATCH] hotfix: Fix RTD build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek PikuĊ‚a --- CHANGELOG.md | 7 +++++++ docs/requirements.txt | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 334afb3..ae5b40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] + +### Fixed + +- Fix RTD build + ## [1.0.0] ### Added @@ -77,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic SystemRDL Markdown exporter. +[1.0.1]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.7...v1.0.0 [0.1.7]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.5...v0.1.6 diff --git a/docs/requirements.txt b/docs/requirements.txt index ed4fd4e..651a221 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ pygments-systemrdl linuxdoc -m2r2<0.3.3 +m2r2 +sphinx_rtd_theme