-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# CHANGELOG | ||
|
||
## 2.13.6 | ||
|
||
### Content | ||
|
||
#### Defect Fixes | ||
|
||
* Internal fixes and improvements | ||
|
||
## 2.13.5 | ||
|
||
### Content | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
# Sphinx does not have an upper bound pin on jinja2, and jinja2 does | ||
# not have an upper bound pin on markupsafe. Since jinja2 and markupsafe | ||
# removed python 3.5 support we need to add our own pins. | ||
markupsafe>=2.0,<2.2 | ||
jinja2>=3.1.4,<3.2 | ||
# docutils needs a pin until we update to Sphinx > 3.0 | ||
docutils>=0.10,<0.21.3 | ||
markupsafe>=2.0,<3 | ||
jinja2>=3.1.4,<4 | ||
docutils>=0.10,<1 | ||
Sphinx==5.3.0 | ||
guzzle_sphinx_theme>=0.7.11,<0.8 | ||
guzzle_sphinx_theme>=0.7.11,<1 | ||
furo==2022.12.7 | ||
sphinx_copybutton==0.5.2 | ||
sphinx-remove-toctrees==0.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters