Skip to content

Commit

Permalink
Review Read the Docs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Jul 4, 2023
1 parent 4461ba7 commit 0771fe4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# .readthedocs.yml
# Read the Docs configuration file
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_install:
- python setup.py meta

sphinx:
configuration: conf.py

# For the moment, restrict to building html only. In the long run, we
# will want to build pdf as well, but that needs more configuration
# tweaking to create decent results.
formats: []

python:
install:
- requirements: .requirements
- method: setuptools
path: .

0 comments on commit 0771fe4

Please sign in to comment.