Skip to content

Commit

Permalink
Add files now needed for the ReadTheDocs run (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarqu authored Dec 26, 2023
1 parent 7712f62 commit 3352d86
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ReadTheDocs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

sphinx:
configuration: docs/conf.py
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Python dependencies to build the documentation

Sphinx ~= 7.0

0 comments on commit 3352d86

Please sign in to comment.