Skip to content

Commit

Permalink
Fixing rendering issue with two columns in rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Aug 14, 2023
1 parent 060ec3b commit daecc93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. Created by changelog.py at 2023-08-11, command
.. Created by changelog.py at 2023-08-14, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --categories Added Changed Fixed Security Deprecated --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
#########
CHANGELOG
#########

[Unreleased] - 2023-08-11
[Unreleased] - 2023-08-14
=========================

Deprecated
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def get_cryptography_version():
],
extras_require={
"docs": [
"sphinx<7",
"docutils<0.17", # fixes rendering issue with two column layout
"sphinx",
"sphinx_rtd_theme",
"sphinxcontrib-contentui",
"myst_parser",
Expand Down

0 comments on commit daecc93

Please sign in to comment.