Skip to content

Commit

Permalink
[DOC] rework of sphinx docs - part 2 (#85)
Browse files Browse the repository at this point in the history
rework of `sphinx` docs - part 2: readthedocs.yaml
  • Loading branch information
fkiraly authored Sep 12, 2023
1 parent f94c04f commit 1e1b413
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

python:
install:
- method: pip
path: .
extra_requirements:
- docs
build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/source/conf.py
# fail_on_warning: True

0 comments on commit 1e1b413

Please sign in to comment.