Skip to content

Commit

Permalink
Fixed RTD docs build issue with OpenSSL
Browse files Browse the repository at this point in the history
Details:

* Fixed RTD docs build issue with OpenSSL by adding RTD config file that
  specifies Ubuntu 22.04 for the OS.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed May 7, 2023
1 parent 9311d61 commit ba693a5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
@@ -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
3 changes: 3 additions & 0 deletions docs/changes.rst
Expand Up @@ -72,6 +72,9 @@ Released: 2023-03-27

* Test: Fixed test_info.py test that broke with new urllib3 version 2.0.2.

* Fixed RTD docs build issue with OpenSSL by adding RTD config file that
specifies Ubuntu 22.04 for the OS.

**Enhancements:**

* Added missing environments to weekly full tests (Python 2.7,3.5,3.6 on Windows
Expand Down

0 comments on commit ba693a5

Please sign in to comment.