Skip to content

Commit

Permalink
Add readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 2, 2022
1 parent f6aafac commit dac0fc9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: setup Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"
- name: check docs
run: python setup.py build_sphinx

Expand Down
21 changes: 21 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

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

sphinx:
configuration: docs/conf.py


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

0 comments on commit dac0fc9

Please sign in to comment.