Skip to content

Commit

Permalink
Merge pull request #6 from pieqq/readthedocs-config
Browse files Browse the repository at this point in the history
Add RTD config
  • Loading branch information
yphus committed Oct 11, 2022
2 parents a2e2b0f + f006f85 commit 7641a4b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

sphinx:
configuration: checkbox-ng/docs/conf.py

# Python requirements to build the docs
# See: <https://docs.readthedocs.io/en/stable/faq.html#can-i-document-a-python-
# package-that-is-not-at-the-root-of-my-repository>
python:
install:
- requirements: checkbox-ng/docs/requirements.txt
1 change: 1 addition & 0 deletions checkbox-ng/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checkbox-ng

0 comments on commit 7641a4b

Please sign in to comment.