Skip to content

Commit

Permalink
Merge pull request #271 from ajdapretnar/doc-fix2
Browse files Browse the repository at this point in the history
Fix basic config file for documentation
  • Loading branch information
PrimozGodec authored Dec 22, 2023
2 parents 7cdca90 + 7813e51 commit 033f5a2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.10"
os: ubuntu-22.04
tools:
python: "3.10"

sphinx:
# Path to the shared conf.py file.
configuration: doc/conf.py

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

0 comments on commit 033f5a2

Please sign in to comment.