Skip to content

Commit

Permalink
Add config file for ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 7, 2023
1 parent 8e31a8f commit 46719c7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
pre_build:
- make -C docs/ apidoc

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: readthedocs.txt
2 changes: 1 addition & 1 deletion readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests
-r requirements.txt

0 comments on commit 46719c7

Please sign in to comment.