Skip to content

Commit

Permalink
Organize file to match template on readthedocs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 15, 2024
1 parent 1599243 commit 335bae6
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_build:
- sphinx-apidoc -e -force --no-toc --module-first -o docs/source/api babelizer

sphinx:
builder: html
configuration: docs/source/conf.py
fail_on_warning: false

formats:
- htmlzip

python:
install:
- requirements: requirements-docs.txt
- requirements: requirements.txt
- method: pip
path: .
system_packages: false

build:
os: ubuntu-22.04
tools:
python: "3.9"
jobs:
pre_build:
- sphinx-apidoc -e -force --no-toc --module-first -o docs/source/api babelizer

0 comments on commit 335bae6

Please sign in to comment.