Skip to content

Commit

Permalink
Merge pull request #310 from giffels/fix-readthedocs-build
Browse files Browse the repository at this point in the history
Change readthedocs python version
  • Loading branch information
giffels authored Aug 15, 2023
2 parents aa30b0c + daecc93 commit 24cdb48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
version: 3
install:
- method: pip
path: .
Expand Down
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-10, 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-07-31
[Unreleased] - 2023-08-14
=========================

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

0 comments on commit 24cdb48

Please sign in to comment.