Skip to content

Commit

Permalink
Fixed RTD issue with OpenSSL by adding config file
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed May 6, 2023
1 parent 5d46069 commit 9c02531
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Read the Docs (RTD) configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# RTD config file version
version: 2

# Environment RTD sets up for the docs build
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Python requirements required to build the docs
python:
install:
- requirements: dev-requirements.txt
11 changes: 11 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ Change log
----------


Version 1.7.2
^^^^^^^^^^^^^

Released: 2023-05-06

**Bug fixes:**

* Fixed RTD docs build ssue with OpenSSL version by providing a .readthedocs.yaml
file that specifies Ubuntu 22.04 as the build OS.


Version 1.7.1
^^^^^^^^^^^^^

Expand Down

0 comments on commit 9c02531

Please sign in to comment.