We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e41093 commit 57d835bCopy full SHA for 57d835b
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## UNRELEASED
8
+
9
+### Changed
10
+- Added sphinx-rtd-theme==0.5.2 as a dependency to Sphinx requirements.txt since it is not a hard dependency anymore.
11
12
## 1.16.0 - 2021-03-31
13
14
### Fixed
doc/src/sphinx/requirements.txt
@@ -25,3 +25,4 @@ sphinxcontrib-jsmath==1.0.1
25
sphinxcontrib-qthelp==1.0.3
26
sphinxcontrib-serializinghtml==1.1.4
27
urllib3==1.25.9
28
+sphinx-rtd-theme==0.5.2
0 commit comments