Skip to content

Commit

Permalink
fix rtd config (#18)
Browse files Browse the repository at this point in the history
* fix rtd config

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ianhi and pre-commit-ci[bot] authored Jan 12, 2024
1 parent b0c409f commit 66f81d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- doc

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

0 comments on commit 66f81d3

Please sign in to comment.