Skip to content

Commit

Permalink
Merge pull request #1157 from marscher/use_rtd_config
Browse files Browse the repository at this point in the history
[doc] RTD config renamed to proper file ending.
  • Loading branch information
marscher authored Dec 3, 2023
2 parents 03e27c4 + d50e470 commit 556f632
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs

build:
image: latest
tools:
python: "3.8"
os: ubuntu-22.04
apt_packages:
- openjdk-8-jdk

Expand Down

0 comments on commit 556f632

Please sign in to comment.